From fee7f00c08c7154e6307553e6554c9f885c0de66 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 17 Jul 2026 18:58:51 +0100 Subject: [PATCH] Bumped lodash --- package-lock.json | 6 ++++-- package.json | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfeac15da7..49d3937178 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "eonasdan-bootstrap-datetimepicker": "^4.17.49", "jquery": "^3.7.1", "laravel-mix": "^6.0.49", - "lodash": "^4.17.20", + "lodash": "^4.17.24", "moment": "^2.30.1", "playwright": "^1.61.1", "postcss": "^8.5.6", @@ -7362,7 +7362,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index da88470bcb..d416b89060 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eonasdan-bootstrap-datetimepicker": "^4.17.49", "jquery": "^3.7.1", "laravel-mix": "^6.0.49", - "lodash": "^4.17.20", + "lodash": "^4.17.24", "moment": "^2.30.1", "playwright": "^1.61.1", "postcss": "^8.5.6", @@ -73,6 +73,7 @@ }, "eonasdan-bootstrap-datetimepicker": { "moment-timezone": "^0.6.2" - } + }, + "lodash": "^4.17.24" } }