Skip to content

Commit 275d0bd

Browse files
build(deps): bump mongoose from 8.5.3 to 8.8.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.5.3 to 8.8.3. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@8.5.3...8.8.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03f9741 commit 275d0bd

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dotenv": "^10.0.0",
2323
"express": "^4.17.1",
2424
"firebase-admin": "^12.4.0",
25-
"mongoose": "^8.2.0",
25+
"mongoose": "^8.8.3",
2626
"mysql": "^2.18.1",
2727
"node-schedule": "^2.1.1",
2828
"nodemailer": "^6.9.10",

yarn.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4658,23 +4658,23 @@ mongodb-connection-string-url@^3.0.0:
46584658
"@types/whatwg-url" "^11.0.2"
46594659
whatwg-url "^13.0.0"
46604660

4661-
mongodb@6.7.0:
4662-
version "6.7.0"
4663-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.7.0.tgz#f86e51e6530e6a2ca4a99d7cfdf6f409223ac199"
4664-
integrity sha512-TMKyHdtMcO0fYBNORiYdmM25ijsHs+Njs963r4Tro4OQZzqYigAzYQouwWRg4OIaiLRUEGUh/1UAcH5lxdSLIA==
4661+
mongodb@~6.10.0:
4662+
version "6.10.0"
4663+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.10.0.tgz#20a9f1cf3c6829e75fc39e6d8c1c19f164209c2e"
4664+
integrity sha512-gP9vduuYWb9ZkDM546M+MP2qKVk5ZG2wPF63OvSRuUbqCR+11ZCAE1mOfllhlAG0wcoJY5yDL/rV3OmYEwXIzg==
46654665
dependencies:
46664666
"@mongodb-js/saslprep" "^1.1.5"
46674667
bson "^6.7.0"
46684668
mongodb-connection-string-url "^3.0.0"
46694669

4670-
mongoose@^8.2.0:
4671-
version "8.5.3"
4672-
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.5.3.tgz#4ab3a62173dc72a9263608a02947e19bf95604af"
4673-
integrity sha512-OubSDbsAclDFGHjV82MsKyIGQWFc42Ot1l+0dhRS6U9xODM7rm/ES/WpOQd8Ds9j0Mx8QzxZtrSCnBh6o9wUqw==
4670+
mongoose@^8.8.3:
4671+
version "8.8.3"
4672+
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.8.3.tgz#066953497c116b876178a843c4ba8f7e88c85987"
4673+
integrity sha512-/I4n/DcXqXyIiLRfAmUIiTjj3vXfeISke8dt4U4Y8Wfm074Wa6sXnQrXN49NFOFf2mM1kUdOXryoBvkuCnr+Qw==
46744674
dependencies:
46754675
bson "^6.7.0"
46764676
kareem "2.6.3"
4677-
mongodb "6.7.0"
4677+
mongodb "~6.10.0"
46784678
mpath "0.9.0"
46794679
mquery "5.0.0"
46804680
ms "2.1.3"
@@ -5075,11 +5075,6 @@ postgres-interval@^1.1.0:
50755075
dependencies:
50765076
xtend "^4.0.0"
50775077

5078-
postinstall-postinstall@^2.1.0:
5079-
version "2.1.0"
5080-
resolved "https://registry.yarnpkg.com/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz#4f7f77441ef539d1512c40bd04c71b06a4704ca3"
5081-
integrity sha512-7hQX6ZlZXIoRiWNrbMQaLzUUfH+sSx39u8EJ9HYuDc1kLo9IXKWjM5RSquZN1ad5GnH8CGFM78fsAAQi3OKEEQ==
5082-
50835078
prelude-ls@^1.2.1:
50845079
version "1.2.1"
50855080
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"

0 commit comments

Comments
 (0)