Skip to content

Commit 0f086ce

Browse files
authored
feat(NODE-5585)!: adopt mongodb driver v6 (#26)
1 parent 330a768 commit 0f086ce

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package-lock.json

Lines changed: 16 additions & 16 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
@@ -12,7 +12,7 @@
1212
"node": ">=16.20.1"
1313
},
1414
"dependencies": {
15-
"mongodb": "^6.0.0-alpha.2"
15+
"mongodb": "^6.0.0"
1616
},
1717
"scripts": {
1818
"check:coverage": "nyc --check-coverage npm run check:test",

0 commit comments

Comments
 (0)