From 1ef15dd051171ef0aa7bd7e9709df66c8b2857b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 07:45:34 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.21 in /packages/utilities Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/utilities/package-lock.json | 11 +++++++---- packages/utilities/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/packages/utilities/package-lock.json b/packages/utilities/package-lock.json index d2af89fba..2e71d079a 100644 --- a/packages/utilities/package-lock.json +++ b/packages/utilities/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "AGPL-3.0", "dependencies": { - "lodash": "4.17.11" + "lodash": "4.17.21" }, "devDependencies": { "csvtojson": "2.0.8" @@ -42,8 +42,9 @@ "license": "MIT" }, "node_modules/lodash": { - "version": "4.17.11", - "license": "MIT" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/strip-bom": { "version": "2.0.0", @@ -76,7 +77,9 @@ "dev": true }, "lodash": { - "version": "4.17.11" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "strip-bom": { "version": "2.0.0", diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 726912a2a..75e9f5ad1 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -12,7 +12,7 @@ }, "license": "AGPL-3.0", "dependencies": { - "lodash": "4.17.11" + "lodash": "4.17.21" }, "devDependencies": { "csvtojson": "2.0.8"