diff --git a/package-lock.json b/package-lock.json index 0aa3f5088..00e4a2f04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24526,9 +24526,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.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "lodash.defaults": { "version": "4.2.0", diff --git a/package.json b/package.json index b368ccc17..3905ec473 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "dotenv-safe": "6.1.0", "ethereum-token-utils": "git+https://github.com/0xTracker/ethereum-token-utils.git", "ethers": "5.0.8", - "lodash": "4.17.15", + "lodash": "4.17.19", "memory-cache": "0.2.0", "metaget": "1.0.7", "moment": "2.24.0",