Skip to content

Commit ceb7c5e

Browse files
authored
chore(deps): bump driver to 6.3.0 and other deps using the whatwg-url pkg (#1745)
1 parent 1bf210e commit ceb7c5e

File tree

9 files changed

+200
-424
lines changed

9 files changed

+200
-424
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
"find-up": "^5.0.0",
103103
"husky": "^8.0.3",
104104
"mocha": "^10.2.0",
105-
"mongodb": "^6.2.0",
106-
"mongodb-runner": "^5.4.4",
105+
"mongodb": "^6.3.0",
106+
"mongodb-runner": "^5.4.6",
107107
"node-gyp": "^9.0.0",
108108
"nyc": "^15.1.0",
109109
"pkg-up": "^3.1.0",

packages/arg-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"mongodb-connection-string-url": "^3.0.0"
4141
},
4242
"devDependencies": {
43-
"@mongodb-js/devtools-connect": "^2.4.1",
43+
"@mongodb-js/devtools-connect": "^2.4.3",
4444
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4545
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4646
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4747
"depcheck": "^1.4.3",
4848
"eslint": "^7.25.0",
49-
"mongodb": "^6.2.0",
49+
"mongodb": "^6.3.0",
5050
"prettier": "^2.8.8"
5151
}
5252
}

packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint": "^7.25.0",
4343
"lodash": "^4.17.21",
4444
"moment": "^2.29.1",
45-
"mongodb": "^6.2.0",
45+
"mongodb": "^6.3.0",
4646
"node-fetch": "^2.6.1",
4747
"prettier": "^2.8.8",
4848
"rimraf": "^3.0.2"

packages/logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"node": ">=14.15.1"
1818
},
1919
"dependencies": {
20-
"@mongodb-js/devtools-connect": "^2.4.1",
20+
"@mongodb-js/devtools-connect": "^2.4.3",
2121
"@mongosh/errors": "0.0.0-dev.0",
2222
"@mongosh/history": "0.0.0-dev.0",
2323
"@mongosh/types": "0.0.0-dev.0",

packages/service-provider-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"@aws-sdk/credential-providers": "^3.347.1",
4747
"@mongosh/errors": "0.0.0-dev.0",
4848
"bson": "^6.2.0",
49-
"mongodb": "^6.2.0",
50-
"mongodb-build-info": "^1.6.2"
49+
"mongodb": "^6.3.0",
50+
"mongodb-build-info": "^1.7.1"
5151
},
5252
"optionalDependencies": {
5353
"mongodb-client-encryption": "^6.0.0"

packages/service-provider-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
}
4848
},
4949
"dependencies": {
50-
"@mongodb-js/devtools-connect": "^2.4.1",
50+
"@mongodb-js/devtools-connect": "^2.4.3",
5151
"@mongodb-js/oidc-plugin": "^0.3.0",
5252
"@mongosh/errors": "0.0.0-dev.0",
5353
"@mongosh/service-provider-core": "0.0.0-dev.0",
5454
"@mongosh/types": "0.0.0-dev.0",
5555
"@types/sinon-chai": "^3.2.4",
5656
"aws4": "^1.11.0",
57-
"mongodb": "^6.2.0",
57+
"mongodb": "^6.3.0",
5858
"mongodb-connection-string-url": "^3.0.0",
5959
"socks": "^2.7.1"
6060
},

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.2.0",
5656
"depcheck": "^1.4.3",
5757
"eslint": "^7.25.0",
58-
"mongodb": "^6.2.0",
58+
"mongodb": "^6.3.0",
5959
"prettier": "^2.8.8",
6060
"semver": "^7.5.3"
6161
}

packages/types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"unitTestsOnly": true
3939
},
4040
"dependencies": {
41-
"@mongodb-js/devtools-connect": "^2.4.1"
41+
"@mongodb-js/devtools-connect": "^2.4.3"
4242
},
4343
"devDependencies": {
4444
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4545
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4646
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4747
"depcheck": "^1.4.3",
4848
"eslint": "^7.25.0",
49-
"mongodb": "^6.2.0",
49+
"mongodb": "^6.3.0",
5050
"prettier": "^2.8.8"
5151
}
5252
}

0 commit comments

Comments
 (0)