diff --git a/smart-contracts/package-lock.json b/smart-contracts/package-lock.json index fb0367d..5672035 100644 --- a/smart-contracts/package-lock.json +++ b/smart-contracts/package-lock.json @@ -769,9 +769,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "md5.js": { diff --git a/smart-contracts/package.json b/smart-contracts/package.json index d2a83fc..9b9b3b3 100644 --- a/smart-contracts/package.json +++ b/smart-contracts/package.json @@ -6,7 +6,7 @@ "devDependencies": { "@taquito/taquito": "^6.1.1-beta.0", "fs-extra": "^9.0.0", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "promise-retry": "^1.1.1", "sotez": "^0.6.2", "truffle": "^5.2.0-tezos.3"