From 77cb911b713834782d736540d81baaa59b36a81e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 21:19:54 +0000 Subject: [PATCH] build(deps-dev): Bump mongodb-data-service from 16.5.0 to 16.5.1 Bumps [mongodb-data-service](https://github.com/mongodb-js/data-service) from 16.5.0 to 16.5.1. - [Release notes](https://github.com/mongodb-js/data-service/releases) - [Commits](https://github.com/mongodb-js/data-service/compare/v16.5.0...v16.5.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f1c23a..edfa1da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4232,9 +4232,9 @@ } }, "mongodb-data-service": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/mongodb-data-service/-/mongodb-data-service-16.5.0.tgz", - "integrity": "sha512-b5g8v+RfPI+bL0o3Ot6o+lw/9yG0aFd/jkPAWi/mEfcX978Aj1l8xkKkRrvzDmgAwPHVXqPsOEZzbq27MW3h2g==", + "version": "16.5.1", + "resolved": "https://registry.npmjs.org/mongodb-data-service/-/mongodb-data-service-16.5.1.tgz", + "integrity": "sha512-fLLvLfhHUWLIkw1hyZ/YiNAcLOkhTjyf5Z8TGA3BItRhPIQI5yU8ju+vg8L7uGr3Jl2OqUna37FTEcxrtgFiQg==", "dev": true, "requires": { "async": "^3.1.0", @@ -4247,8 +4247,7 @@ "mongodb-js-errors": "^0.5.0", "mongodb-ns": "^2.0.0", "mongodb-security": "^0.2.0", - "mongodb-url": "^3.0.3", - "triejs": "github:rueckstiess/triejs" + "mongodb-url": "^3.0.3" }, "dependencies": { "async": {