From d1b01b108beb891c4248805014eaf660c975b2f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 14:04:08 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++-------------------- package.json | 2 +- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index a70a5fc..a134956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "autoprefixer": "^10.2.1", "axios": "^1.8.2", "laravel-vite-plugin": "^1.2.0", - "lodash": "^4.17.19", + "lodash": "^4.17.23", "postcss": "^8.4.31", "tailwindcss": "^3.0", "vite": "^6.4.1" @@ -1526,10 +1526,11 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "dev": true, + "license": "MIT" }, "node_modules/math-intrinsics": { "version": "1.1.0", @@ -2254,21 +2255,6 @@ "engines": { "node": ">=0.4" } - }, - "node_modules/yaml": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", - "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", - "dev": true, - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14" - } } } } diff --git a/package.json b/package.json index 79d98e3..b0ff33b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "autoprefixer": "^10.2.1", "axios": "^1.8.2", "laravel-vite-plugin": "^1.2.0", - "lodash": "^4.17.19", + "lodash": "^4.17.23", "postcss": "^8.4.31", "tailwindcss": "^3.0", "vite": "^6.4.1"