Merge pull request #12501 from meteor/upgrading-mongo-driver-to-v4.14

Upgrading MongoDB Driver to v4.14
This commit is contained in:
Gabriel Grubba
2023-02-07 16:31:59 -03:00
committed by GitHub

View File

@@ -3,12 +3,12 @@
Package.describe({
summary: "Wrapper around the mongo npm package",
version: '4.13.0-beta2110.1',
version: '4.14.0-beta2110.1',
documentation: null
});
Npm.depends({
mongodb: "4.13.0"
mongodb: "4.14.0"
});
Package.onUse(function (api) {