Skip to content

Commit

Permalink
Merge pull request #744 from delta-kor/dependabot/npm_and_yarn/mongoo…
Browse files Browse the repository at this point in the history
…se-8.10.0

Bump mongoose from 8.9.6 to 8.10.0
  • Loading branch information
delta-kor authored Feb 7, 2025
2 parents 853c367 + 6a15b85 commit cc11706
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-session": "^1.18.1",
"mongoose": "^8.9.6",
"mongoose": "^8.10.0",
"passport": "^0.7.0",
"prettier-plugin-organize-imports": "^4.1.0"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -677,23 +677,23 @@ [email protected]:
optionalDependencies:
saslprep "^1.0.0"

mongodb@~6.12.0:
version "6.12.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.12.0.tgz#8b0bda1b18cbb3f0aec8ab4119c5dc535a43c444"
integrity sha512-RM7AHlvYfS7jv7+BXund/kR64DryVI+cHbVAy9P61fnb1RcWZqOW1/Wj2YhqMCx+MuYhqTRGv7AwHBzmsCKBfA==
mongodb@~6.13.0:
version "6.13.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.13.0.tgz#366dc4987d4aeb4b6ef7ba18cd815ab2950fd045"
integrity sha512-KeESYR5TEaFxOuwRqkOm3XOsMqCSkdeDMjaW5u2nuKfX7rqaofp7JQGoi7sVqQcNJTKuveNbzZtWMstb8ABP6Q==
dependencies:
"@mongodb-js/saslprep" "^1.1.9"
bson "^6.10.1"
mongodb-connection-string-url "^3.0.0"

mongoose@^8.9.6:
version "8.9.6"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.9.6.tgz#c08857af598f73bf3f81fbb31a3f3e86291a5034"
integrity sha512-ipLvXwNPVuuuq5H3lnSD0lpaRH3DlCoC6emnMVJvweTwxU29uxDJWxMsNpERDQt8JMvYF1HGVuTK+Id2BlQLCA==
mongoose@^8.10.0:
version "8.10.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.10.0.tgz#1ad3a168ec062afce95bda7c939c5940306dd0dc"
integrity sha512-nLhk3Qrv6q/HpD2k1O7kbBqsq+/kmKpdv5KJ+LLhQlII3e1p/SSLoLP6jMuSiU6+iLK7zFw4T1niAk3mA3QVug==
dependencies:
bson "^6.10.1"
kareem "2.6.3"
mongodb "~6.12.0"
mongodb "~6.13.0"
mpath "0.9.0"
mquery "5.0.0"
ms "2.1.3"
Expand Down

0 comments on commit cc11706

Please sign in to comment.