From cd0faa063a3ac7709dea92c1c5ba5f4155efcb32 Mon Sep 17 00:00:00 2001 From: Shrasty Rastogi Date: Mon, 2 Feb 2026 12:29:11 +0530 Subject: [PATCH] fix: security issue lodash@4.17.21 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 416aefa..d3261c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "gulp-concat": "2.6.1", "gulp-footer": "2.1.0", "jsesc": "2.5.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "map-stream": "0.0.7", "stream-combiner": "0.2.2", "through2": "^3.0.1" @@ -812,9 +812,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.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/log-symbols": { diff --git a/package.json b/package.json index 0b7a283..92b901c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "gulp-concat": "2.6.1", "gulp-footer": "2.1.0", "jsesc": "2.5.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "map-stream": "0.0.7", "stream-combiner": "0.2.2", "through2": "^3.0.1"