Skip to content

Commit f32080c

Browse files
committed
chore: bump node driver to 6.18.0 MONGOSH-2413
1 parent a26969f commit f32080c

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"glob": "^10.3.12",
117117
"husky": "^9.0.11",
118118
"mocha": "^10.2.0",
119-
"mongodb": "^6.16.0",
119+
"mongodb": "^6.18.0",
120120
"mongodb-runner": "^5.7.1",
121121
"node-gyp": "^9.0.0 || ^10.2.0",
122122
"nyc": "^15.1.0",

packages/arg-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4747
"depcheck": "^1.4.7",
4848
"eslint": "^7.25.0",
49-
"mongodb": "^6.16.0",
49+
"mongodb": "^6.18.0",
5050
"prettier": "^2.8.8"
5151
}
5252
}

packages/browser-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@babel/plugin-proposal-class-properties": "^7.18.6",
7272
"@babel/preset-react": "^7.26.3",
7373
"@babel/preset-typescript": "^7.27.0",
74-
"mongodb": "^6.16.0",
74+
"mongodb": "^6.18.0",
7575
"@mongodb-js/compass-components": "*",
7676
"@mongodb-js/compass-editor": "*",
7777
"@mongodb-js/eslint-config-mongosh": "^1.0.0",

packages/cli-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"glibc-version": "^1.0.0"
9696
},
9797
"devDependencies": {
98-
"mongodb": "^6.16.0",
98+
"mongodb": "^6.18.0",
9999
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
100100
"@mongodb-js/prettier-config-devtools": "^1.0.1",
101101
"@mongodb-js/sbom-tools": "^0.8.1",

packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint": "^7.25.0",
4848
"lodash": "^4.17.21",
4949
"moment": "^2.29.1",
50-
"mongodb": "^6.16.0",
50+
"mongodb": "^6.18.0",
5151
"node-fetch": "^3.3.2",
5252
"prettier": "^2.8.8",
5353
"rimraf": "^3.0.2"

packages/service-provider-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@aws-sdk/credential-providers": "^3.525.0",
4747
"@mongosh/errors": "2.4.2",
4848
"bson": "^6.10.3",
49-
"mongodb": "^6.16.0",
49+
"mongodb": "^6.18.0",
5050
"mongodb-build-info": "^1.7.2",
5151
"mongodb-connection-string-url": "^3.0.1",
5252
"mongodb-client-encryption": "^6.3.0"

packages/service-provider-node-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@mongosh/service-provider-core": "3.3.5",
5454
"@mongosh/types": "3.10.0",
5555
"aws4": "^1.12.0",
56-
"mongodb": "^6.16.0",
56+
"mongodb": "^6.18.0",
5757
"mongodb-connection-string-url": "^3.0.1",
5858
"socks": "^2.8.3",
5959
"mongodb-client-encryption": "^6.3.0",

packages/shell-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"bson": "^6.10.3",
7272
"depcheck": "^1.4.7",
7373
"eslint": "^7.25.0",
74-
"mongodb": "^6.16.0",
74+
"mongodb": "^6.18.0",
7575
"prettier": "^2.8.8",
7676
"semver": "^7.5.3"
7777
}

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4747
"depcheck": "^1.4.7",
4848
"eslint": "^7.25.0",
49-
"mongodb": "^6.16.0",
49+
"mongodb": "^6.18.0",
5050
"prettier": "^2.8.8"
5151
}
5252
}

0 commit comments

Comments
 (0)