From 0268137f96059d4268fc430ac53b89a461fc1f45 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:43:42 +0000 Subject: [PATCH] fix: next/package.json & next/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- next/package-lock.json | 15 ++++++++------- next/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/next/package-lock.json b/next/package-lock.json index 0dbee71f56..1ad4aa1355 100644 --- a/next/package-lock.json +++ b/next/package-lock.json @@ -37,7 +37,7 @@ "gray-matter": "^4.0.3", "html-to-image": "^1.11.11", "i18next": "^22.4.15", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "next": "^13.5.6", "next-auth": "4.20.1", "next-i18next": "^13.2.2", @@ -10541,9 +10541,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" }, "node_modules/lodash.castarray": { "version": "4.4.0", @@ -22567,9 +22568,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "lodash.castarray": { "version": "4.4.0", diff --git a/next/package.json b/next/package.json index 09e38d5eec..6d1a4081a4 100644 --- a/next/package.json +++ b/next/package.json @@ -43,7 +43,7 @@ "gray-matter": "^4.0.3", "html-to-image": "^1.11.11", "i18next": "^22.4.15", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "next": "^13.5.6", "next-auth": "4.20.1", "next-i18next": "^13.2.2",