From f7d5693b4fc2c9abdaac3b0fe4128cccc1d0a5b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Sep 2025 06:09:43 +0000 Subject: [PATCH] fix: upgrade lodash from 4.17.20 to 4.17.21 Snyk has created this PR to upgrade lodash from 4.17.20 to 4.17.21. See this package in npm: lodash See this project in Snyk: https://app.snyk.io/org/wanda-carlson/project/9af8712b-0d4e-49c9-b1a8-9137ab683b50?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89ac9370..979187e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@date-io/date-fns": "2.10.0", "@date-io/moment": "2.10.0", "commander": "2.20.3", - "lodash": "4.17.20" + "lodash": "^4.17.21" } }, "node_modules/@date-io/core": { @@ -61,9 +61,10 @@ } }, "node_modules/lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" }, "node_modules/moment": { "version": "2.29.4", @@ -109,9 +110,9 @@ "peer": true }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "moment": { "version": "2.29.4", diff --git a/package.json b/package.json index d53a58a4..18146d15 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "Apache-2.0", "dependencies": { "commander": "2.20.3", - "lodash": "4.17.20", + "lodash": "4.17.21", "@date-io/date-fns": "2.10.0", "@date-io/moment": "2.10.0" }