diff --git a/src/06-Frontends/WebClient/dashboard/package-lock.json b/src/06-Frontends/WebClient/dashboard/package-lock.json index 927be66..4e20a42 100644 --- a/src/06-Frontends/WebClient/dashboard/package-lock.json +++ b/src/06-Frontends/WebClient/dashboard/package-lock.json @@ -7115,9 +7115,9 @@ "dev": true }, "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.clonedeep": { "version": "4.5.0", diff --git a/src/06-Frontends/WebClient/dashboard/package.json b/src/06-Frontends/WebClient/dashboard/package.json index d7c7138..8e7ad1d 100644 --- a/src/06-Frontends/WebClient/dashboard/package.json +++ b/src/06-Frontends/WebClient/dashboard/package.json @@ -36,7 +36,7 @@ "cerialize": "^0.1.18", "core-js": "^3.1.4", "font-awesome": "^4.7.0", - "lodash-es": "^4.17.15", + "lodash-es": "^4.17.21", "ngx-take-until-destroy": "^5.4.0", "rxjs": "~6.5.3", "tslib": "^1.10.0",