From dd35a06baf9b8a873ac2a7bef4eddbcb4fcb1a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:05:18 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.18.1 in /php-laravel 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:development ... Signed-off-by: dependabot[bot] --- php-laravel/package-lock.json | 8 ++++---- php-laravel/package.json | 2 +- php-laravel/yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/php-laravel/package-lock.json b/php-laravel/package-lock.json index 8285c6ee..03ebf287 100644 --- a/php-laravel/package-lock.json +++ b/php-laravel/package-lock.json @@ -16,7 +16,7 @@ "axios": "^1.13.2", "cross-env": "^10.1.0", "laravel-mix": "^6.0.49", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "resolve-url-loader": "^5.0.0", "sass": "^1.97.0", "sass-loader": "^16.0.6", @@ -6694,9 +6694,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==", "dev": true, "license": "MIT" }, diff --git a/php-laravel/package.json b/php-laravel/package.json index 8635a880..89150d0d 100644 --- a/php-laravel/package.json +++ b/php-laravel/package.json @@ -13,7 +13,7 @@ "axios": "^1.13.2", "cross-env": "^10.1.0", "laravel-mix": "^6.0.49", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "resolve-url-loader": "^5.0.0", "sass": "^1.97.0", "sass-loader": "^16.0.6", diff --git a/php-laravel/yarn.lock b/php-laravel/yarn.lock index 549b5373..34d98e2b 100644 --- a/php-laravel/yarn.lock +++ b/php-laravel/yarn.lock @@ -3633,10 +3633,10 @@ lodash.uniq@^4.5.0: resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz" integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ== -lodash@^4.17.21: - version "4.17.21" - resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== +lodash@^4.17.21, lodash@^4.18.1: + version "4.18.1" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c" + integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q== lower-case@^2.0.2: version "2.0.2"