From 6da461558c45c4d79ea21c52d55c4dae96ef0b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2020 23:58:58 +0000 Subject: [PATCH] Bump lodash from 4.17.10 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.19) Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cd3ae3..a6112fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -168,9 +168,9 @@ } }, "lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "loud-rejection": { "version": "1.6.0", @@ -181,10 +181,6 @@ "signal-exit": "^3.0.0" } }, - "loudness": { - "version": "git+https://github.com/RyanAfrish7/node-loudness.git#468476c34c418cdf8d44c1373ef03296f3e41fb9", - "from": "git+https://github.com/RyanAfrish7/node-loudness.git" - }, "map-obj": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", @@ -430,6 +426,12 @@ "requires": { "brightness": "^3.0.0", "loudness": "git+https://github.com/RyanAfrish7/node-loudness.git#468476c34c418cdf8d44c1373ef03296f3e41fb9" + }, + "dependencies": { + "loudness": { + "version": "git+https://github.com/RyanAfrish7/node-loudness.git#468476c34c418cdf8d44c1373ef03296f3e41fb9", + "from": "git+https://github.com/RyanAfrish7/node-loudness.git" + } } }, "trim-newlines": {