diff --git a/package-lock.json b/package-lock.json index da1bfca..a42ac19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,13 +22,13 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.378.0", - "mongoose": "^8.2.4", + "mongoose": "^8.3.4", "next": "^14.2.3", "postcss": "^8.4.38", "react": "18.3.1", "react-dom": "18.3.1", - "svix": "^1.23.0", "react-hook-form": "^7.51.4", + "svix": "^1.23.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.4.3", "tailwindcss-animate": "^1.0.6", @@ -1929,9 +1929,10 @@ } }, "node_modules/mongoose": { - "version": "8.3.3", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.3.3.tgz", - "integrity": "sha512-3kSk0db9DM2tLttCdS6WNRqewPleamFEa4Vz/Qldc0dB4Zow/FiZxb9GExHTJjBZQ9T2xiGleQ3GzRrES3hhsA==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.3.4.tgz", + "integrity": "sha512-ckBaBzKgtWgCalW/LPkcBsR3wKCOYEJ9jLFPmYCYV7TLStpETY757ELx8/1stL11+6HxLLVffawBffXzd0Y7YA==", + "license": "MIT", "dependencies": { "bson": "^6.5.0", "kareem": "2.6.3", @@ -1939,7 +1940,7 @@ "mpath": "0.9.0", "mquery": "5.0.0", "ms": "2.1.3", - "sift": "16.0.1" + "sift": "17.1.3" }, "engines": { "node": ">=16.20.1" @@ -2572,9 +2573,10 @@ } }, "node_modules/sift": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/sift/-/sift-16.0.1.tgz", - "integrity": "sha512-Wv6BjQ5zbhW7VFefWusVP33T/EM0vYikCaQ2qR8yULbsilAT8/wQaXvuQ3ptGLpoKx+lihJE3y2UTgKDyyNHZQ==" + "version": "17.1.3", + "resolved": "https://registry.npmjs.org/sift/-/sift-17.1.3.tgz", + "integrity": "sha512-Rtlj66/b0ICeFzYTuNvX/EF1igRbbnGSvEyT79McoZa/DeGhMyC5pWKOEsZKnpkqtSeovd5FL/bjHWC3CIIvCQ==", + "license": "MIT" }, "node_modules/signal-exit": { "version": "4.1.0", diff --git a/package.json b/package.json index 9b69e01..3a6fe1b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "^0.378.0", - "mongoose": "^8.3.3", + "mongoose": "^8.3.4", "mongoose": "^8.2.4", "next": "^14.2.3", "postcss": "^8.4.38",