Skip to content

Commit

Permalink
Merge pull request #34 from isharax9/dependabot/npm_and_yarn/api/mong…
Browse files Browse the repository at this point in the history
…oose-8.9.5

Bump mongoose from 8.8.3 to 8.9.5 in /api
  • Loading branch information
isharax9 authored Jan 17, 2025
2 parents 3f44039 + ecb8ba9 commit f9ae15d
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 47 deletions.
58 changes: 29 additions & 29 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cors": "^2.8.5",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^8.8.3",
"mongoose": "^8.9.5",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.1",
"passport": "^0.6.0",
Expand Down
34 changes: 17 additions & 17 deletions api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@mongodb-js/saslprep@^1.1.5":
"@mongodb-js/saslprep@^1.1.9":
version "1.1.9"
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.1.9.tgz#e974bab8eca9faa88677d4ea4da8d09a52069004"
integrity sha512-tVkljjeEaAhCqTzajSdgbQ6gE6f3oneVwa3iXR6csiEwXXOFsiC6Uh9iAjAhXPtqa/XMDHWjjeNH/77m/Yq2dw==
Expand Down Expand Up @@ -122,10 +122,10 @@ braces@~3.0.2:
dependencies:
fill-range "^7.1.1"

bson@^6.7.0:
version "6.10.0"
resolved "https://registry.yarnpkg.com/bson/-/bson-6.10.0.tgz#559c767cc8b605c3ab14e5896214c8f2abdd6a12"
integrity sha512-ROchNosXMJD2cbQGm84KoP7vOGPO6/bOAW0veMMbzhXLqoZptcaYRVLitwvuhwhjjpU1qP4YZRWLhgETdgqUQw==
bson@^6.10.1:
version "6.10.1"
resolved "https://registry.yarnpkg.com/bson/-/bson-6.10.1.tgz#dcd04703178f5ecf5b25de04edd2a95ec79385d3"
integrity sha512-P92xmHDQjSKPLHqFxefqMxASNq/aWJMEZugpCjf+AF/pgcUpMMQCg7t7+ewko0/u8AapvF3luf/FoehddEK+sA==

buffer-equal-constant-time@1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -636,23 +636,23 @@ mongodb-connection-string-url@^3.0.0:
"@types/whatwg-url" "^11.0.2"
whatwg-url "^13.0.0"

mongodb@~6.10.0:
version "6.10.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.10.0.tgz#20a9f1cf3c6829e75fc39e6d8c1c19f164209c2e"
integrity sha512-gP9vduuYWb9ZkDM546M+MP2qKVk5ZG2wPF63OvSRuUbqCR+11ZCAE1mOfllhlAG0wcoJY5yDL/rV3OmYEwXIzg==
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==
dependencies:
"@mongodb-js/saslprep" "^1.1.5"
bson "^6.7.0"
"@mongodb-js/saslprep" "^1.1.9"
bson "^6.10.1"
mongodb-connection-string-url "^3.0.0"

mongoose@^8.8.3:
version "8.8.3"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.8.3.tgz#066953497c116b876178a843c4ba8f7e88c85987"
integrity sha512-/I4n/DcXqXyIiLRfAmUIiTjj3vXfeISke8dt4U4Y8Wfm074Wa6sXnQrXN49NFOFf2mM1kUdOXryoBvkuCnr+Qw==
mongoose@^8.9.5:
version "8.9.5"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.9.5.tgz#90a2d70b48a66022a61d7a170ab4fad106b83cba"
integrity sha512-SPhOrgBm0nKV3b+IIHGqpUTOmgVL5Z3OO9AwkFEmvOZznXTvplbomstCnPOGAyungtRXE5pJTgKpKcZTdjeESg==
dependencies:
bson "^6.7.0"
bson "^6.10.1"
kareem "2.6.3"
mongodb "~6.10.0"
mongodb "~6.12.0"
mpath "0.9.0"
mquery "5.0.0"
ms "2.1.3"
Expand Down

0 comments on commit f9ae15d

Please sign in to comment.