From e0e1c274b1dd747e817604c86623a8e0cecb50e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 19:15:24 +0000 Subject: [PATCH] Bump lodash-es from 4.17.15 to 4.17.21 Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash-es dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7aa552f..9d849fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8049,9 +8049,9 @@ "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "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._baseassign": { "version": "3.2.0", @@ -9054,6 +9054,14 @@ "tslib": "^1.9.0" } }, + "ngx-countdown": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ngx-countdown/-/ngx-countdown-3.2.0.tgz", + "integrity": "sha512-syyXjGslLaRZ/6/7oSDokHtc/XgBrYxxUDMIxMcu2e/g968u21QbEvo3saiW7TSpRar0htmR84Shg+jUakl8KA==", + "requires": { + "tslib": "^1.9.0" + } + }, "ngx-device-detector": { "version": "1.3.9", "resolved": "https://registry.npmjs.org/ngx-device-detector/-/ngx-device-detector-1.3.9.tgz", diff --git a/package.json b/package.json index 301fa83a..dc2bf3f0 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "jquery": "^3.5.0", "jquery.fancytree": "^2.28.1", "jspdf": "^1.5.3", - "lodash-es": "^4.17.14", + "lodash-es": "^4.17.21", "medium-zoom": "^1.0.4", "moment": "^2.20.1", "moment-duration-format": "^2.2.2",