chore: updating mongoDB driver to 4.15

This commit is contained in:
Gabriel Grubba
2023-04-04 14:43:24 -03:00
parent b6eaefdcce
commit e14f4431ba

View File

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