From d4522e5f81764402cc1e31386a9dc467fb785e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 01:58:39 +0000 Subject: [PATCH] Bump mpath from 0.6.0 to 0.8.4 Bumps [mpath](https://github.com/aheckmann/mpath) from 0.6.0 to 0.8.4. - [Release notes](https://github.com/aheckmann/mpath/releases) - [Changelog](https://github.com/aheckmann/mpath/blob/master/History.md) - [Commits](https://github.com/aheckmann/mpath/compare/0.6.0...0.8.4) --- updated-dependencies: - dependency-name: mpath dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++++--- package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6bbe070..ba928fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4856,6 +4856,11 @@ "sliced": "1.0.1" }, "dependencies": { + "mpath": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.6.0.tgz", + "integrity": "sha512-i75qh79MJ5Xo/sbhxrDrPSEG0H/mr1kcZXJ8dH6URU5jD/knFxCVqVC/gVSW7GIXL/9hHWlT9haLbCXWOll3qw==" + }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -4874,9 +4879,9 @@ "integrity": "sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ==" }, "mpath": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.6.0.tgz", - "integrity": "sha512-i75qh79MJ5Xo/sbhxrDrPSEG0H/mr1kcZXJ8dH6URU5jD/knFxCVqVC/gVSW7GIXL/9hHWlT9haLbCXWOll3qw==" + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz", + "integrity": "sha512-DTxNZomBcTWlrMW76jy1wvV37X/cNNxPW1y2Jzd4DZkAaC5ZGsm8bfGfNOthcDuRJujXLqiuS6o3Tpy0JEoh7g==" }, "mpromise": { "version": "0.5.5", diff --git a/package.json b/package.json index 4505659..89297db 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "lodash": "^4.17.11", "moment": "^2.24.0", "mongoose": "^5.6.0", - "mpath": "^0.6.0", + "mpath": "^0.8.4", "nodemon": "^1.19.1", "save": "^2.4.0", "winston": "^3.2.1",