diff --git a/package-lock.json b/package-lock.json index 32be80a8..1c57e37a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "feather-icons": "^4.29.2", "fs-extra": "^11.3.4", "highlight.js": "^11.11.1", - "laravel-vite-plugin": "^2.1", + "laravel-vite-plugin": "^3.0", "lodash": "^4.18.0", "markdown-it": ">=14.1.1", "md-editor-v3": "^6.4.2", @@ -5237,12 +5237,13 @@ } }, "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.0.1", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-3.0.1.tgz", + "integrity": "sha512-Bx8sVcLIaZT1d0eisABcmjQ1GZdJpaXcV66A8RhXGp9JgR3iL8jDnvakVDXuH87Tn5S9KNx3VOhmJZW1CSexOg==", "license": "MIT", "dependencies": { "picocolors": "^1.0.0", + "tinyglobby": "^0.2.12", "vite-plugin-full-reload": "^1.1.0" }, "bin": { @@ -5252,7 +5253,7 @@ "node": "^20.19.0 || >=22.12.0" }, "peerDependencies": { - "vite": "^7.0.0" + "vite": "^8.0.0" } }, "node_modules/levn": { diff --git a/package.json b/package.json index 11bd6663..b1df3e89 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "feather-icons": "^4.29.2", "fs-extra": "^11.3.4", "highlight.js": "^11.11.1", - "laravel-vite-plugin": "^2.1", + "laravel-vite-plugin": "^3.0", "lodash": "^4.18.0", "markdown-it": ">=14.1.1", "md-editor-v3": "^6.4.2",