From 5b27159d4dfdcba4b5ae41d3137626bbb04b56e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 00:02:07 +0000 Subject: [PATCH] fix(deps): bump mongoose-encryption from 2.1.0 to 2.1.1 Bumps [mongoose-encryption](https://github.com/joegoldbeck/mongoose-encryption) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/joegoldbeck/mongoose-encryption/releases) - [Changelog](https://github.com/joegoldbeck/mongoose-encryption/blob/master/CHANGELOG.md) - [Commits](https://github.com/joegoldbeck/mongoose-encryption/compare/2.1.0...2.1.1) --- updated-dependencies: - dependency-name: mongoose-encryption dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index e438ba6..afea14a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2595,23 +2595,23 @@ } }, "mongoose-encryption": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mongoose-encryption/-/mongoose-encryption-2.1.0.tgz", - "integrity": "sha512-28AGNm5i8dLLSj18tWQww4Wwoz0u9Iqej5x9bljJ0CIoBGRih+95ecIn2HVZtujvbyY9PhMZjDzw2mbG84kf0A==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/mongoose-encryption/-/mongoose-encryption-2.1.1.tgz", + "integrity": "sha512-sHb2pmqxO2o21ibbAZ+NsboLeLcY3rq6+r3fcHBArC85ZimTjggr/bn7SoxNNVSq4mLH2C4N7FjGpTC0+74ScQ==", "requires": { "async": "^2.6.1", "buffer-equal-constant-time": "^1.0.1", "dotty": "~0.1.0", "json-stable-stringify": "^1.0.0", - "mpath": "^0.5.1", + "mpath": "^0.8.4", "semver": "^5.5.0", "underscore": "^1.5.0" }, "dependencies": { "mpath": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.5.2.tgz", - "integrity": "sha512-NOeCoW6AYc3hLi30npe7uzbD9b4FQZKH40YKABUCCvaKKL5agj6YzvHoNx8jQpDMNPgIa5bvSZQbQpWBAVD0Kw==" + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz", + "integrity": "sha512-DTxNZomBcTWlrMW76jy1wvV37X/cNNxPW1y2Jzd4DZkAaC5ZGsm8bfGfNOthcDuRJujXLqiuS6o3Tpy0JEoh7g==" } } }, @@ -5580,9 +5580,9 @@ } }, "underscore": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", - "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", + "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==" }, "unique-string": { "version": "2.0.0", diff --git a/package.json b/package.json index 7b5629f..f528e56 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "lodash": "^4.17.21", "mongodb": "^3.6.9", "mongoose": "^5.13.0", - "mongoose-encryption": "^2.1.0", + "mongoose-encryption": "^2.1.1", "mongoose-unique-validator": "^2.0.3", "mongoose-validator": "^2.1.0",