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

Bump mongodb from 6.7.0 to 6.8.0 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-jasmine": "4.2.0",
"jasmine": "5.1.0",
"jasmine-spec-reporter": "7.0.0",
"mongodb": "6.7.0",
"mongodb": "6.8.0",
"nyc": "17.0.0",
"tsx": "4.15.7",
"typescript": "5.5.2"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ __metadata:
eslint-plugin-jasmine: "npm:4.2.0"
jasmine: "npm:5.1.0"
jasmine-spec-reporter: "npm:7.0.0"
mongodb: "npm:6.7.0"
mongodb: "npm:6.8.0"
nyc: "npm:17.0.0"
tsx: "npm:4.15.7"
typescript: "npm:5.5.2"
Expand Down Expand Up @@ -3150,9 +3150,9 @@ __metadata:
languageName: node
linkType: hard

"mongodb@npm:6.7.0":
version: 6.7.0
resolution: "mongodb@npm:6.7.0"
"mongodb@npm:6.8.0":
version: 6.8.0
resolution: "mongodb@npm:6.8.0"
dependencies:
"@mongodb-js/saslprep": "npm:^1.1.5"
bson: "npm:^6.7.0"
Expand Down Expand Up @@ -3180,7 +3180,7 @@ __metadata:
optional: true
socks:
optional: true
checksum: 10c0/4a8a3781b6c4851dc211df559ac2b82b62f6c1bcc0dcd14c86264891221c081436d03254cb257d0da696efbba9f426919c0e6a9e14398faac4a93db3c1c8d335
checksum: 10c0/5ea1b78d3d7915b7d8e1047f15247e7d831ff79c537c51656b34b5a223f917ab686b96cdf5eca7495a1f0125f7cc4b1355881645138c995a50c42b8b0665e518
languageName: node
linkType: hard

Expand Down
Loading