From 278f49826909a8a15b5773d85620f8bde62e4d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 19:37:33 +0000 Subject: [PATCH] Bump lodash from 4.17.19 to 4.17.21 in /frontend Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 7 ++++--- frontend/package.json | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 94df225..87dc873 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -7262,9 +7262,10 @@ } }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true }, "lodash.clonedeep": { "version": "4.5.0", diff --git a/frontend/package.json b/frontend/package.json index 27e515b..75e153a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "@angular/router": "~10.0.3", "@fortawesome/fontawesome-free": "^5.13.1", "bulma": "^0.9.0", - "lodash": "^4.17.19", + "lodash": "^4.17.21", "ngx-filesize": "^2.0.15", "rxjs": "~6.6.0", "tslib": "^2.0.0", @@ -43,7 +43,7 @@ "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~3.3.0", "karma-jasmine-html-reporter": "^1.5.0", - "lodash": "^4.17.13", + "lodash": "^4.17.21", "protractor": "~7.0.0", "ts-node": "~8.10.2", "tslint": "~6.1.0",