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": {