Skip to content

Commit

Permalink
chore(deps-dev): bump mongoose from 8.7.0 to 8.8.4
Browse files Browse the repository at this point in the history
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.7.0 to 8.8.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.7.0...8.8.4)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent a5c2cfb commit 832d382
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/orm/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@tsed/testcontainers-mongo": "workspace:*",
"@tsed/typescript": "workspace:*",
"eslint": "9.12.0",
"mongoose": "8.7.0",
"mongoose": "8.8.4",
"typescript": "5.4.5",
"vitest": "2.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/third-parties/formio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"express": "^4.21.0",
"formio": "4.2.5",
"mongodb": "^6.9.0",
"mongoose": "8.7.0",
"mongoose": "8.8.4",
"typescript": "5.4.5",
"vitest": "2.1.2"
},
Expand Down
63 changes: 56 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6954,7 +6954,7 @@ __metadata:
express: "npm:^4.21.0"
formio: "npm:4.2.5"
mongodb: "npm:^6.9.0"
mongoose: "npm:8.7.0"
mongoose: "npm:8.8.4"
tslib: "npm:2.7.0"
typescript: "npm:5.4.5"
vitest: "npm:2.1.2"
Expand Down Expand Up @@ -7168,7 +7168,7 @@ __metadata:
"@tsed/typescript": "workspace:*"
change-case: "npm:5.4.4"
eslint: "npm:9.12.0"
mongoose: "npm:8.7.0"
mongoose: "npm:8.8.4"
tslib: "npm:2.7.0"
typescript: "npm:5.4.5"
vitest: "npm:2.1.2"
Expand Down Expand Up @@ -22084,18 +22084,52 @@ __metadata:
languageName: node
linkType: hard

"mongoose@npm:8.7.0, mongoose@npm:^8.7.0":
version: 8.7.0
resolution: "mongoose@npm:8.7.0"
"mongodb@npm:~6.10.0":
version: 6.10.0
resolution: "mongodb@npm:6.10.0"
dependencies:
"@mongodb-js/saslprep": "npm:^1.1.5"
bson: "npm:^6.7.0"
mongodb-connection-string-url: "npm:^3.0.0"
peerDependencies:
"@aws-sdk/credential-providers": ^3.188.0
"@mongodb-js/zstd": ^1.1.0
gcp-metadata: ^5.2.0
kerberos: ^2.0.1
mongodb-client-encryption: ">=6.0.0 <7"
snappy: ^7.2.2
socks: ^2.7.1
peerDependenciesMeta:
"@aws-sdk/credential-providers":
optional: true
"@mongodb-js/zstd":
optional: true
gcp-metadata:
optional: true
kerberos:
optional: true
mongodb-client-encryption:
optional: true
snappy:
optional: true
socks:
optional: true
checksum: 10/cab3b9171de69078a69a969d9c17b78b14fd346ad7579e8e88369d0494cd9bfb3a58e78d312d8480b94c601907aa57b5fa89fe44531de94839a04b79ea856ae0
languageName: node
linkType: hard

"mongoose@npm:8.8.4":
version: 8.8.4
resolution: "mongoose@npm:8.8.4"
dependencies:
bson: "npm:^6.7.0"
kareem: "npm:2.6.3"
mongodb: "npm:6.9.0"
mongodb: "npm:~6.10.0"
mpath: "npm:0.9.0"
mquery: "npm:5.0.0"
ms: "npm:2.1.3"
sift: "npm:17.1.3"
checksum: 10/46ef6c9c41871fde9701394e55a0bfb2ad272e862621ecbf961e42d2c7c3038fb2ba28dc7262e59114185c42680c378d6b00b8b24b01ae2c349179e32c43e641
checksum: 10/0267f3f8b65628335375467bdd149fb2a487458c9c66ddd18ea4f9e4000ecbe3729000d29a25c544c5a4e01eaeadcb54c9b4957204bf02a206ed1c32b31ca30f
languageName: node
linkType: hard

Expand All @@ -22114,6 +22148,21 @@ __metadata:
languageName: node
linkType: hard

"mongoose@npm:^8.7.0":
version: 8.7.0
resolution: "mongoose@npm:8.7.0"
dependencies:
bson: "npm:^6.7.0"
kareem: "npm:2.6.3"
mongodb: "npm:6.9.0"
mpath: "npm:0.9.0"
mquery: "npm:5.0.0"
ms: "npm:2.1.3"
sift: "npm:17.1.3"
checksum: 10/46ef6c9c41871fde9701394e55a0bfb2ad272e862621ecbf961e42d2c7c3038fb2ba28dc7262e59114185c42680c378d6b00b8b24b01ae2c349179e32c43e641
languageName: node
linkType: hard

"mote@npm:^0.2.0":
version: 0.2.0
resolution: "mote@npm:0.2.0"
Expand Down

0 comments on commit 832d382

Please sign in to comment.