Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2,578 changes: 501 additions & 2,077 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"glob": "^10.3.12",
"husky": "^9.0.11",
"mocha": "^10.2.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"mongodb-runner": "^6.0.0",
"node-gyp": "^11.5.0",
"nyc": "^15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/arg-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"prettier": "^2.8.8"
}
}
4 changes: 2 additions & 2 deletions packages/browser-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@mongosh/node-runtime-worker-thread": "3.3.30",
"@mongosh/service-provider-core": "3.6.3",
"@mongosh/shell-bson": "1.0.4",
"bson": "^6.10.4",
"bson": "^7.0.0",
"numeral": "^2.0.6",
"text-table": "^0.2.0"
},
Expand All @@ -73,7 +73,7 @@
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.27.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"@mongodb-js/compass-components": "*",
"@mongodb-js/compass-editor": "*",
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-runtime-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
"@mongosh/types": "^3.14.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-runtime-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@mongosh/service-provider-node-driver": "^3.17.5",
"@types/sinon": "^7.5.1",
"@types/sinon-chai": "^3.2.4",
"bson": "^6.10.4",
"bson": "^7.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"ansi-escape-sequences": "^5.1.2",
"askcharacter": "^2.0.4",
"askpassword": "^2.0.2",
"bson": "^6.10.4",
"bson": "^7.0.0",
"escape-string-regexp": "^4.0.0",
"is-recoverable-error": "^1.0.3",
"js-yaml": "^4.1.0",
Expand Down Expand Up @@ -111,7 +111,7 @@
"chai-as-promised": "^7.1.1",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"mongodb-crypt-library-dummy": "^1.0.2",
"prettier": "^2.8.8",
"webpack-merge": "^5.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"@types/chai-as-promised": "^7.1.3",
"@types/node": "^22.15.30",
"@types/rimraf": "^3.0.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"chai-as-promised": "^7.1.1",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"node-fetch": "^3.3.2",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@mongosh/shell-api": "^3.26.2",
"@mongosh/shell-evaluator": "^3.26.2",
"@mongosh/types": "^3.14.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"js-beautify": "^1.15.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node-runtime-worker-thread/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@mongosh/service-provider-core": "3.6.3",
"@mongosh/service-provider-node-driver": "^3.17.5",
"@mongosh/types": "^3.14.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mocha": "^10.2.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 @@ -38,8 +38,8 @@
"dependencies": {
"@mongosh/errors": "2.4.4",
"@mongosh/shell-bson": "1.0.4",
"bson": "^6.10.4",
"mongodb": "^6.19.0",
"bson": "^7.0.0",
"mongodb": "^7.0.0",
"mongodb-build-info": "^1.8.1",
"mongodb-connection-string-url": "^3.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/service-provider-node-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@mongosh/service-provider-core": "3.6.3",
"@mongosh/types": "^3.14.0",
"aws4": "^1.12.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"mongodb-build-info": "^1.8.1",
"mongodb-connection-string-url": "^3.0.2",
"socks": "^2.8.3",
Comment on lines 58 to 61
Copy link

Copilot AI Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incompatible peer dependencies: MongoDB 7.0.0 requires kerberos: ^7.0.0 and mongodb-client-encryption: >=7.0.0 <7.1.0, but this package still specifies version 2.1.0 for kerberos (lines 61, 64) and ^6.5.0 for mongodb-client-encryption (lines 60, 65). These must be updated to match MongoDB 7.0.0's peer dependency requirements. Additionally, the package engine requirement (line 33) is >=14.15.1, but MongoDB 7.0.0 requires >=20.19.0.

Copilot uses AI. Check for mistakes.
Expand Down
4 changes: 2 additions & 2 deletions packages/shell-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/types": "^3.14.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"prettier": "^2.8.8",
"semver": "^7.5.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/shell-bson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@mongosh/errors": "^2.4.4"
},
"peerDependencies": {
"bson": "^6.10.4 || ^7.0.0"
"bson": "^7.0.0"
},
"devDependencies": {
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/snippet-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@mongosh/errors": "2.4.4",
"@mongosh/shell-api": "^3.26.2",
"@mongosh/types": "^3.14.0",
"bson": "^6.10.4",
"bson": "^7.0.0",
"cross-spawn": "^7.0.5",
"escape-string-regexp": "^4.0.0",
"zod": "^3.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mongodb": "^6.19.0",
"mongodb": "^7.0.0",
"prettier": "^2.8.8"
}
}
Loading