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"