diff --git a/ui/package-lock.json b/ui/package-lock.json index b557a842..7c38f385 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -13539,9 +13539,9 @@ } }, "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "lodash-es": { "version": "4.17.4", diff --git a/ui/package.json b/ui/package.json index 9f06d8a4..21302efe 100644 --- a/ui/package.json +++ b/ui/package.json @@ -45,7 +45,7 @@ "graphql": "15.3.0", "history": "^4.7.2", "jquery": "^3.2.1", - "lodash": "^4.17.4", + "lodash": "^4.17.19", "mime": "^2.0.3", "node-fetch": "^2.3.0", "node-sass": "4.14.1",