diff --git a/ui/package-lock.json b/ui/package-lock.json index a36096a6..11a860a2 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3202,9 +3202,9 @@ "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" }, "lodash-es": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz", - "integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" }, "lodash._reinterpolate": { "version": "3.0.0", diff --git a/ui/package.json b/ui/package.json index 321b66bb..c0b7a267 100644 --- a/ui/package.json +++ b/ui/package.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^0.19.2", "date-fns": "^2.9.0", - "lodash-es": "^4.17.15", + "lodash-es": "^4.17.21", "string-similarity": "^4.0.1", "ts-md5": "^1.2.7", "vue": "^3.0.2",