Skip to content

Commit

Permalink
chore(deps): bump driver to 6.3.0 and other deps using the whatwg-url…
Browse files Browse the repository at this point in the history
… pkg (#1745)
  • Loading branch information
addaleax authored Nov 17, 2023
1 parent 1bf210e commit ceb7c5e
Show file tree
Hide file tree
Showing 9 changed files with 200 additions and 424 deletions.
598 changes: 187 additions & 411 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"find-up": "^5.0.0",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"mongodb": "^6.2.0",
"mongodb-runner": "^5.4.4",
"mongodb": "^6.3.0",
"mongodb-runner": "^5.4.6",
"node-gyp": "^9.0.0",
"nyc": "^15.1.0",
"pkg-up": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/arg-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"mongodb-connection-string-url": "^3.0.0"
},
"devDependencies": {
"@mongodb-js/devtools-connect": "^2.4.1",
"@mongodb-js/devtools-connect": "^2.4.3",
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"depcheck": "^1.4.3",
"eslint": "^7.25.0",
"mongodb": "^6.2.0",
"mongodb": "^6.3.0",
"prettier": "^2.8.8"
}
}
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint": "^7.25.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongodb": "^6.2.0",
"mongodb": "^6.3.0",
"node-fetch": "^2.6.1",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node": ">=14.15.1"
},
"dependencies": {
"@mongodb-js/devtools-connect": "^2.4.1",
"@mongodb-js/devtools-connect": "^2.4.3",
"@mongosh/errors": "0.0.0-dev.0",
"@mongosh/history": "0.0.0-dev.0",
"@mongosh/types": "0.0.0-dev.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-provider-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@aws-sdk/credential-providers": "^3.347.1",
"@mongosh/errors": "0.0.0-dev.0",
"bson": "^6.2.0",
"mongodb": "^6.2.0",
"mongodb-build-info": "^1.6.2"
"mongodb": "^6.3.0",
"mongodb-build-info": "^1.7.1"
},
"optionalDependencies": {
"mongodb-client-encryption": "^6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/service-provider-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
}
},
"dependencies": {
"@mongodb-js/devtools-connect": "^2.4.1",
"@mongodb-js/devtools-connect": "^2.4.3",
"@mongodb-js/oidc-plugin": "^0.3.0",
"@mongosh/errors": "0.0.0-dev.0",
"@mongosh/service-provider-core": "0.0.0-dev.0",
"@mongosh/types": "0.0.0-dev.0",
"@types/sinon-chai": "^3.2.4",
"aws4": "^1.11.0",
"mongodb": "^6.2.0",
"mongodb": "^6.3.0",
"mongodb-connection-string-url": "^3.0.0",
"socks": "^2.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"bson": "^6.2.0",
"depcheck": "^1.4.3",
"eslint": "^7.25.0",
"mongodb": "^6.2.0",
"mongodb": "^6.3.0",
"prettier": "^2.8.8",
"semver": "^7.5.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"unitTestsOnly": true
},
"dependencies": {
"@mongodb-js/devtools-connect": "^2.4.1"
"@mongodb-js/devtools-connect": "^2.4.3"
},
"devDependencies": {
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"depcheck": "^1.4.3",
"eslint": "^7.25.0",
"mongodb": "^6.2.0",
"mongodb": "^6.3.0",
"prettier": "^2.8.8"
}
}

0 comments on commit ceb7c5e

Please sign in to comment.