Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
1,044 changes: 184 additions & 860 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions packages/devtools-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@mongodb-js/devtools-proxy-support": "^0.7.19",
"@mongodb-js/oidc-http-server-pages": "1.2.14",
"lodash.merge": "^4.6.2",
"mongodb-connection-string-url": "^3.0.1 || ^7.0.0",
"socks": "^2.7.3"
"mongodb-connection-string-url": "^7.0.2",
"socks": "^2.8.9"
},
"peerDependencies": {
"@mongodb-js/oidc-plugin": "^2.0.8",
Expand All @@ -75,10 +75,9 @@
"eslint-plugin-promise": "^6.1.1",
"gen-esm-wrapper": "^1.1.3",
"mocha": "^8.4.0",
"mongodb": "^7.5.0",
"mongodb": "^7.6.0",
"mongodb-log-writer": "^2.5.14",
"mongodb-runner": "^6.10.0",
"mongodb6": "npm:mongodb@^6.9.0",
"nyc": "^15.1.0",
"os-dns-native": "^2.0.1",
"prettier": "^3.8.1",
Expand All @@ -89,8 +88,8 @@
"typescript": "^5.9.3"
},
"optionalDependencies": {
"kerberos": "^2.1.0 || ^7.0.0",
"mongodb-client-encryption": "^6.5.0 || ^7.0.0",
"kerberos": "^7.0.0",
"mongodb-client-encryption": "^7.2.1",
"os-dns-native": "^2.0.1",
"resolve-mongodb-srv": "^1.1.1"
}
Expand Down
2 changes: 0 additions & 2 deletions packages/devtools-connect/src/connect.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { DevtoolsConnectOptions } from './';
import { isHumanOidcFlow } from './connect';
import { EventEmitter, once } from 'events';
import { MongoClient } from 'mongodb';
import { MongoClient as MongoClient6 } from 'mongodb6';
import sinon, { stubConstructor } from 'ts-sinon';
import chai, { expect } from 'chai';
import sinonChai from 'sinon-chai';
Expand Down Expand Up @@ -623,7 +622,6 @@ describe('devtools connect', function () {
});

for (const [name, versionRe, Client] of [
['6.x driver', /^6\.\d+\.\d+$/, MongoClient6],
['7.x driver', /^7\.\d+\.\d+$/, MongoClient],
] as const) {
it(`successfully connects to mongod service (${name})`, async function () {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-build-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
},
"dependencies": {
"debug": "^4.4.0",
"mongodb-connection-string-url": "^3.0.1 || ^7.0.0"
"mongodb-connection-string-url": "^7.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/mongodb-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/semver": "^7.7.1",
"@types/sinon-chai": "^4.0.0",
"acorn": "^8.16.0",
"bson": "^4.6.3 || ^5 || ^6.10.3 || ^7.0.0",
"bson": "^7.3.2",
"chai": "^4.5.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0 || ^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-redact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"typescript": "^5.9.3"
},
"dependencies": {
"mongodb-connection-string-url": "^3.0.1 || ^7.0.0",
"mongodb-connection-string-url": "^7.0.2",
"regexp.escape": "^2.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/mongodb-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@mongodb-js/saslprep": "^1.5.0",
"@peculiar/x509": "^2.0.0",
"debug": "^4.4.0",
"mongodb": "^7.5.0",
"mongodb-connection-string-url": "^3.0.0 || ^7.0.0",
"mongodb": "^7.6.0",
"mongodb-connection-string-url": "^7.0.2",
"reflect-metadata": "^0.2.2",
"yargs": "^18.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/mongodb-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
"reservoir": "^0.1.2"
},
"optionalDependencies": {
"bson": "^4.6.3 || ^5 || ^6.10.3 || ^7.0.0",
"bson": "^7.3.2",
"cli-table": "^0.3.4",
"js-yaml": "^5.2.2",
"mongodb": "^6.9.0 || ^7.0.0",
"mongodb": "^7.6.0",
"mongodb-ns": "^3.2.1",
"numeral": "^2.0.6",
"progress": "^2.0.3",
Expand All @@ -93,13 +93,13 @@
"@types/reservoir": "^0.1.0",
"@types/sinon-chai": "^4.0.0",
"ajv": "^8.18.0",
"bson": "^4.6.3 || ^5 || ^6.10.3 || ^7.0.0",
"bson": "^7.3.2",
"chai": "^4.5.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0 || ^8.0.0",
"gen-esm-wrapper": "^1.1.3",
"mocha": "^8.4.0",
"mongodb": "^7.5.0",
"mongodb": "^7.6.0",
"mongodb-runner": "^6.10.0",
"nyc": "^15.1.0",
"prettier": "^3.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-ts-autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@
"@types/mocha": "^9.1.1",
"@types/node": "^25.5.2",
"@types/sinon-chai": "^4.0.0",
"bson": "^4.6.3 || ^5 || ^6.10.3 || ^7.0.0",
"bson": "^7.3.2",
"chai": "^4.5.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0 || ^8.0.0",
"gen-esm-wrapper": "^1.1.3",
"mocha": "^8.4.0",
"mongodb": "^7.5.0",
"mongodb": "^7.6.0",
"nyc": "^15.1.0",
"prettier": "^3.8.1",
"sinon": "^9.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/mql-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"zod": "^3.24.2"
},
"dependencies": {
"bson": "^4.6.3 || ^5 || ^6.10.3 || ^7.0.0",
"mongodb": "^7.5.0"
"bson": "^7.3.2",
"mongodb": "^7.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/query-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/mocha": "^9.1.1",
"@types/node": "^25.5.2",
"@types/sinon-chai": "^4.0.0",
"bson": "^4.6.3 || ^5 || ^6.10.3 || ^7.0.0",
"bson": "^7.3.2",
"depcheck": "^1.4.7",
"eslint": "^7.25.0 || ^8.0.0",
"gen-esm-wrapper": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-bson-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/mocha": "^9.1.1",
"@types/sinon-chai": "^4.0.0",
"benchmark": "^2.1.4",
"bson": "^4.6.3 || ^5 || ^6.10.3 || ^7.0.0",
"bson": "^7.3.2",
"chai": "^4.5.0",
"depcheck": "^1.4.7",
"eslint": "^7.25.0 || ^8.0.0",
Expand Down
Loading