Skip to content

Commit 529da59

Browse files
bump and fix lint
1 parent c48557f commit 529da59

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -97,7 +97,7 @@
9797
"mocha": "^10.4.0",
9898
"mocha-sinon": "^2.1.2",
9999
"mongodb-client-encryption": "^6.1.0",
100-
"mongodb-legacy": "https://github.com/mongodb-js/nodejs-mongodb-legacy.git#33dd1e0f35530e1857209fcac2bcc7e51649a4c7",
100+
"mongodb-legacy": "https://github.com/mongodb-js/nodejs-mongodb-legacy.git#645707820b903b8ae3c2b5b400cb214eab3b95ab",
101101
"nyc": "^15.1.0",
102102
"prettier": "^3.3.3",
103103
"semver": "^7.6.3",

test/integration/crud/explain.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import {
88
type Document,
99
type MongoClient,
1010
MongoOperationTimeoutError,
11-
MongoServerError,
12-
now
11+
MongoServerError
1312
} from '../../mongodb';
1413
import { clearFailPoint, configureFailPoint, measureDuration } from '../../tools/utils';
1514
import { filterForCommands } from '../shared';

0 commit comments

Comments
 (0)