Skip to content

Commit 1a33053

Browse files
authored
chore(deps): bump driver, oidc-plugin to latest MONGOSH-2145 MONGOSH-2147 MONGOSH-2169 (#2443)
1 parent 328f2f1 commit 1a33053

File tree

10 files changed

+31
-31
lines changed

10 files changed

+31
-31
lines changed

package-lock.json

Lines changed: 20 additions & 20 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
@@ -117,7 +117,7 @@
117117
"glob": "^10.3.12",
118118
"husky": "^9.0.11",
119119
"mocha": "^10.2.0",
120-
"mongodb": "^6.14.2",
120+
"mongodb": "^6.16.0",
121121
"mongodb-runner": "^5.7.1",
122122
"node-gyp": "^9.0.0 || ^10.2.0",
123123
"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.14.2",
49+
"mongodb": "^6.16.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.14.2",
74+
"mongodb": "^6.16.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.14.2",
98+
"mongodb": "^6.16.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.7.2",

packages/e2e-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@mongosh/cli-repl": "2.5.0",
3131
"@mongosh/service-provider-core": "3.3.1",
32-
"@mongodb-js/oidc-plugin": "^1.1.6",
32+
"@mongodb-js/oidc-plugin": "^1.1.7",
3333
"strip-ansi": "^6.0.0"
3434
},
3535
"devDependencies": {
@@ -47,7 +47,7 @@
4747
"eslint": "^7.25.0",
4848
"lodash": "^4.17.21",
4949
"moment": "^2.29.1",
50-
"mongodb": "^6.14.2",
50+
"mongodb": "^6.16.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.0",
4848
"bson": "^6.10.3",
49-
"mongodb": "^6.14.2",
49+
"mongodb": "^6.16.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
},
4949
"dependencies": {
5050
"@mongodb-js/devtools-connect": "^3.4.1",
51-
"@mongodb-js/oidc-plugin": "^1.1.6",
51+
"@mongodb-js/oidc-plugin": "^1.1.7",
5252
"@mongosh/errors": "2.4.0",
5353
"@mongosh/service-provider-core": "3.3.1",
5454
"@mongosh/types": "3.6.0",
5555
"aws4": "^1.12.0",
56-
"mongodb": "^6.14.2",
56+
"mongodb": "^6.16.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
@@ -55,7 +55,7 @@
5555
"bson": "^6.10.3",
5656
"depcheck": "^1.4.7",
5757
"eslint": "^7.25.0",
58-
"mongodb": "^6.14.2",
58+
"mongodb": "^6.16.0",
5959
"prettier": "^2.8.8",
6060
"semver": "^7.5.3"
6161
}

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.14.2",
49+
"mongodb": "^6.16.0",
5050
"prettier": "^2.8.8"
5151
}
5252
}

0 commit comments

Comments
 (0)