Skip to content

Commit

Permalink
chore(deps-dev): bump mongoose from 8.7.0 to 8.8.3
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.3.
- [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.3)

---
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 Nov 30, 2024
1 parent 2a3a0c8 commit 511fa12
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.3",
"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.3",
"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 @@ -6943,7 +6943,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.3"
tslib: "npm:2.7.0"
typescript: "npm:5.4.5"
vitest: "npm:2.1.2"
Expand Down Expand Up @@ -7145,7 +7145,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.3"
tslib: "npm:2.7.0"
typescript: "npm:5.4.5"
vitest: "npm:2.1.2"
Expand Down Expand Up @@ -21995,18 +21995,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.3":
version: 8.8.3
resolution: "mongoose@npm:8.8.3"
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/978d1160de2ee6882cfcf0d39ce271b5613f771c5497c0a6053bc7692a4d9e911acf71a7cd5e7f0bd09d58bd15789547021f786d86ac4cd18aaa566507a3f54e
languageName: node
linkType: hard

Expand All @@ -22025,6 +22059,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 511fa12

Please sign in to comment.