From 3f8dc39d2b893cd3e40bc0a34a3e237458ec47c6 Mon Sep 17 00:00:00 2001 From: Kirtesh Suthar Date: Wed, 15 Apr 2026 15:23:37 +0530 Subject: [PATCH] chore: bump lodash to secure version --- 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 b7173b70..2a82c485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "dompurify": "^3.2.3", "get-xpath": "^3.2.0", "goober": "^2.1.16", - "lodash-es": "^4.17.23", + "lodash-es": "^4.18.1", "mustache": "^4.2.0", "preact": "^10.28.2", "uuid": "^11.0.3" @@ -5905,9 +5905,9 @@ "license": "MIT" }, "node_modules/lodash-es": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", - "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz", + "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==", "license": "MIT" }, "node_modules/lodash.camelcase": { diff --git a/package.json b/package.json index 70c12da0..a6b9f83f 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "dompurify": "^3.2.3", "get-xpath": "^3.2.0", "goober": "^2.1.16", - "lodash-es": "^4.17.23", + "lodash-es": "^4.18.1", "mustache": "^4.2.0", "preact": "^10.28.2", "uuid": "^11.0.3"