From 5f10b7a2229ba64e5584268ae6cec2e16b0567e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:05:51 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.18.1 in /apps/stage Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/stage/package-lock.json | 8 ++++---- apps/stage/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/stage/package-lock.json b/apps/stage/package-lock.json index a6438fbe..c3196de7 100644 --- a/apps/stage/package-lock.json +++ b/apps/stage/package-lock.json @@ -20,7 +20,7 @@ "http-proxy": "^1.18.1", "jsonwebtoken": "^8.5.1", "jwt-decode": "^3.1.2", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "marked": "^15.0.6", "next": "^12.3.7", "next-auth": "^4.23.1", @@ -6997,9 +6997,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/lodash._basebind": { diff --git a/apps/stage/package.json b/apps/stage/package.json index a43964fd..e8f3c80a 100644 --- a/apps/stage/package.json +++ b/apps/stage/package.json @@ -25,7 +25,7 @@ "http-proxy": "^1.18.1", "jsonwebtoken": "^8.5.1", "jwt-decode": "^3.1.2", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "marked": "^15.0.6", "next": "^12.3.7", "next-auth": "^4.23.1",