Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump mongoose from 8.6.2 to 8.10.1 #237

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://imbricate.io",
"dependencies": {
"@sudoo/uuid": "^1.1.0",
"mongoose": "^8.6.2"
"mongoose": "^8.10.1"
},
"peerDependencies": {
"@imbricate/core": "*"
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2163,7 +2163,7 @@ __metadata:
babel-jest: "npm:^29.7.0"
eslint: "npm:^8.57.0"
jest: "npm:^29.7.0"
mongoose: "npm:^8.6.2"
mongoose: "npm:^8.10.1"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.5.4"
peerDependencies:
Expand Down Expand Up @@ -2496,12 +2496,12 @@ __metadata:
languageName: node
linkType: hard

"@mongodb-js/saslprep@npm:^1.1.5":
version: 1.1.7
resolution: "@mongodb-js/saslprep@npm:1.1.7"
"@mongodb-js/saslprep@npm:^1.1.9":
version: 1.2.0
resolution: "@mongodb-js/saslprep@npm:1.2.0"
dependencies:
sparse-bitfield: "npm:^3.0.3"
checksum: 10c0/2c3fa88eaa26be671a3f95866049612bb5a29532e73a685faf2b4a85487a903cecf889e91cc15701ef144483a8ed5b24f54e28155f87fb9d65d0656bb288ad5f
checksum: 10c0/579b42a4f59f3e3def0fca6716dcdfc68bb27a6d527202c538bbc44a79f048538d17d0a522af2eba11e6aa8d5d0da1ff7fb5f4335f8d8726730e51cdcff95684
languageName: node
linkType: hard

Expand Down Expand Up @@ -3380,10 +3380,10 @@ __metadata:
languageName: node
linkType: hard

"bson@npm:^6.7.0":
version: 6.7.0
resolution: "bson@npm:6.7.0"
checksum: 10c0/6cc5c66bafaa2b7127409abda094af7e6f76771123ffc9526b167de23860d62560ba5db9b59a1f51bad3e51d320adf372e8ae0b2e0d156b0781683b094f3a325
"bson@npm:^6.10.1":
version: 6.10.2
resolution: "bson@npm:6.10.2"
checksum: 10c0/308ba3f2bd2d7c2c929ee935a13a6f6c1f05adb3db45be3683b8f9c52bcb1cbf86314c51f42ca9570ea852aa31fabad364ad55d9b4ff6f810f9fb21dc21c4291
languageName: node
linkType: hard

Expand Down Expand Up @@ -5419,16 +5419,16 @@ __metadata:
languageName: node
linkType: hard

"mongodb@npm:6.8.0":
version: 6.8.0
resolution: "mongodb@npm:6.8.0"
"mongodb@npm:~6.13.0":
version: 6.13.0
resolution: "mongodb@npm:6.13.0"
dependencies:
"@mongodb-js/saslprep": "npm:^1.1.5"
bson: "npm:^6.7.0"
"@mongodb-js/saslprep": "npm:^1.1.9"
bson: "npm:^6.10.1"
mongodb-connection-string-url: "npm:^3.0.0"
peerDependencies:
"@aws-sdk/credential-providers": ^3.188.0
"@mongodb-js/zstd": ^1.1.0
"@mongodb-js/zstd": ^1.1.0 || ^2.0.0
gcp-metadata: ^5.2.0
kerberos: ^2.0.1
mongodb-client-encryption: ">=6.0.0 <7"
Expand All @@ -5449,22 +5449,22 @@ __metadata:
optional: true
socks:
optional: true
checksum: 10c0/5ea1b78d3d7915b7d8e1047f15247e7d831ff79c537c51656b34b5a223f917ab686b96cdf5eca7495a1f0125f7cc4b1355881645138c995a50c42b8b0665e518
checksum: 10c0/8fe03ef208113a47842a0ae3676abe287d6e1cff81d47414abf501c7b78257c7fecb80cafc5ba16b3e42821fffcd3652c62650302c8f4f58464c802a17910478
languageName: node
linkType: hard

"mongoose@npm:^8.6.2":
version: 8.6.2
resolution: "mongoose@npm:8.6.2"
"mongoose@npm:^8.10.1":
version: 8.10.1
resolution: "mongoose@npm:8.10.1"
dependencies:
bson: "npm:^6.7.0"
bson: "npm:^6.10.1"
kareem: "npm:2.6.3"
mongodb: "npm:6.8.0"
mongodb: "npm:~6.13.0"
mpath: "npm:0.9.0"
mquery: "npm:5.0.0"
ms: "npm:2.1.3"
sift: "npm:17.1.3"
checksum: 10c0/f03c7758c824f26b4a4c62a9ffbb5ca28a7b3c9215e323c3da390bb933473e24a82937009f78e0e87ad0bd5a196c476cbeb67e76026678a567e2162c221812ec
checksum: 10c0/7d3251a2897d8e51fbfbe7c4a1c0be025047cb24ec307d78093a59b8fdec4bd478dc434ab80086524fca1e655d0930f3b8f75f18336a56d3ee258db38a03911e
languageName: node
linkType: hard

Expand Down
Loading