diff --git a/package-lock.json b/package-lock.json index 414cd6bda..882588f01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "date-fns": "^4.1.0", "dompurify": "^3.4.2", "dotenv": "^17.4.2", - "laravel-vite-plugin": "^2.1.0", + "laravel-vite-plugin": "^3.1.0", "lodash-es": "^4.18.1", "mitt": "^3.0.1", "pinia": "^3.0.4", @@ -8465,12 +8465,13 @@ "license": "MIT" }, "node_modules/laravel-vite-plugin": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-2.1.0.tgz", - "integrity": "sha512-z+ck2BSV6KWtYcoIzk9Y5+p4NEjqM+Y4i8/H+VZRLq0OgNjW2DqyADquwYu5j8qRvaXwzNmfCWl1KrMlV1zpsg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-3.1.0.tgz", + "integrity": "sha512-Fzocl+X4eQ9jOi0RwdphYRGkUbPJ3ky1pTAST5Ot18cS2gw6d2vldK2eCrlKDVjtibCjCx5qptYDlA0373n7qg==", "license": "MIT", "dependencies": { "picocolors": "^1.0.0", + "tinyglobby": "^0.2.12", "vite-plugin-full-reload": "^1.1.0" }, "bin": { @@ -8480,7 +8481,13 @@ "node": "^20.19.0 || >=22.12.0" }, "peerDependencies": { - "vite": "^7.0.0" + "fontaine": "^0.5.0", + "vite": "^8.0.0" + }, + "peerDependenciesMeta": { + "fontaine": { + "optional": true + } } }, "node_modules/levn": { diff --git a/package.json b/package.json index ea1d7790b..fbc806493 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "date-fns": "^4.1.0", "dompurify": "^3.4.2", "dotenv": "^17.4.2", - "laravel-vite-plugin": "^2.1.0", + "laravel-vite-plugin": "^3.1.0", "lodash-es": "^4.18.1", "mitt": "^3.0.1", "pinia": "^3.0.4",