diff --git a/package-lock.json b/package-lock.json index f6f1643..1e13493 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.16", "axios": "^1.5", - "laravel-vite-plugin": "^0.8.0", + "laravel-vite-plugin": "^0.8.1", "lodash": "^4.17.21", "postcss": "^8.4.31", "tailwindcss": "^3.3.3", @@ -1099,9 +1099,9 @@ } }, "node_modules/laravel-vite-plugin": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.0.tgz", - "integrity": "sha512-6VjLI+azBpeK6rWBiKcb/En5GnTdYpL0U4zS8gXYvb2/VSq4mlau5H3NWpSktUDBMM1b97LLgICx5zevi8IY0w==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.1.tgz", + "integrity": "sha512-fxzUDjOA37kOsYq8dP+3oPIlw8/kJVXwu0hOXLun82R1LpV02shGeWGYKx2lbpKffL5I0sfPPjfqbYxuqBluAA==", "dev": true, "dependencies": { "picocolors": "^1.0.0", @@ -2540,9 +2540,9 @@ "dev": true }, "laravel-vite-plugin": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.0.tgz", - "integrity": "sha512-6VjLI+azBpeK6rWBiKcb/En5GnTdYpL0U4zS8gXYvb2/VSq4mlau5H3NWpSktUDBMM1b97LLgICx5zevi8IY0w==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.1.tgz", + "integrity": "sha512-fxzUDjOA37kOsYq8dP+3oPIlw8/kJVXwu0hOXLun82R1LpV02shGeWGYKx2lbpKffL5I0sfPPjfqbYxuqBluAA==", "dev": true, "requires": { "picocolors": "^1.0.0", diff --git a/package.json b/package.json index bc773b6..62590da 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@tailwindcss/typography": "^0.5.10", "autoprefixer": "^10.4.16", "axios": "^1.5", - "laravel-vite-plugin": "^0.8.0", + "laravel-vite-plugin": "^0.8.1", "lodash": "^4.17.21", "postcss": "^8.4.31", "tailwindcss": "^3.3.3",