diff --git a/test-1/package-lock.json b/test-1/package-lock.json index 3bd452c..68271ee 100644 --- a/test-1/package-lock.json +++ b/test-1/package-lock.json @@ -8,24 +8,20 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "lodash": "^1.0.0" + "lodash": "^4.17.21" } }, "node_modules/lodash": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.0.tgz", - "integrity": "sha1-JTXC99y2k3zujSZyxfcTju4N9qk=", - "engines": [ - "node", - "rhino" - ] + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" } }, "dependencies": { "lodash": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.0.tgz", - "integrity": "sha1-JTXC99y2k3zujSZyxfcTju4N9qk=" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" } } } diff --git a/test-1/package.json b/test-1/package.json index 9875ffb..10b2595 100644 --- a/test-1/package.json +++ b/test-1/package.json @@ -10,6 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "lodash": "^1.0.0" + "lodash": "^4.17.21" } }