diff --git a/package-lock.json b/package-lock.json index b9ad73c..d2f1ec7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "npm-proj-1689793251033-0.90208153772258212oSwWg", + "name": "relock-npm-lock-v2-yRY4qH", "lockfileVersion": 2, "requires": true, "packages": { "": { "dependencies": { - "laravel-vite-plugin": "^0.3.0", + "laravel-vite-plugin": "^0.8.1", "vite": "^2.9.16" }, "devDependencies": { @@ -769,17 +769,19 @@ } }, "node_modules/laravel-vite-plugin": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.3.0.tgz", - "integrity": "sha512-lLtDt6XhGY7D094jubnNmyQnscVwv+w4ol24yMhglu6PHiICSzRv4v7gBUYYwFiE1coeBooNcJ0bFbdbcS3Izg==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.1.tgz", + "integrity": "sha512-fxzUDjOA37kOsYq8dP+3oPIlw8/kJVXwu0hOXLun82R1LpV02shGeWGYKx2lbpKffL5I0sfPPjfqbYxuqBluAA==", + "license": "MIT", "dependencies": { - "vite-plugin-full-reload": "^1.0.1" + "picocolors": "^1.0.0", + "vite-plugin-full-reload": "^1.0.5" }, "engines": { "node": ">=14" }, "peerDependencies": { - "vite": "^2.9.9" + "vite": "^3.0.0 || ^4.0.0" } }, "node_modules/lilconfig": { @@ -1246,9 +1248,10 @@ } }, "node_modules/vite-plugin-full-reload": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/vite-plugin-full-reload/-/vite-plugin-full-reload-1.0.1.tgz", - "integrity": "sha512-G/IXcDjuhfDAK4zEzWTM/kL0DiAVv0+Dox+zGZeJyUWhwtg34Q9XtJkNXveku+mTSKE20TMp3TF8D7bFEhmvfA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-full-reload/-/vite-plugin-full-reload-1.1.0.tgz", + "integrity": "sha512-3cObNDzX6DdfhD9E7kf6w2mNunFpD7drxyNgHLw+XwIYAgb+Xt16SEXo0Up4VH+TMf3n+DSVJZtW2POBGcBYAA==", + "license": "MIT", "dependencies": { "picocolors": "^1.0.0", "picomatch": "^2.3.1" @@ -1661,11 +1664,12 @@ "dev": true }, "laravel-vite-plugin": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.3.0.tgz", - "integrity": "sha512-lLtDt6XhGY7D094jubnNmyQnscVwv+w4ol24yMhglu6PHiICSzRv4v7gBUYYwFiE1coeBooNcJ0bFbdbcS3Izg==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.1.tgz", + "integrity": "sha512-fxzUDjOA37kOsYq8dP+3oPIlw8/kJVXwu0hOXLun82R1LpV02shGeWGYKx2lbpKffL5I0sfPPjfqbYxuqBluAA==", "requires": { - "vite-plugin-full-reload": "^1.0.1" + "picocolors": "^1.0.0", + "vite-plugin-full-reload": "^1.0.5" } }, "lilconfig": { @@ -1894,9 +1898,9 @@ } }, "vite-plugin-full-reload": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/vite-plugin-full-reload/-/vite-plugin-full-reload-1.0.1.tgz", - "integrity": "sha512-G/IXcDjuhfDAK4zEzWTM/kL0DiAVv0+Dox+zGZeJyUWhwtg34Q9XtJkNXveku+mTSKE20TMp3TF8D7bFEhmvfA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-full-reload/-/vite-plugin-full-reload-1.1.0.tgz", + "integrity": "sha512-3cObNDzX6DdfhD9E7kf6w2mNunFpD7drxyNgHLw+XwIYAgb+Xt16SEXo0Up4VH+TMf3n+DSVJZtW2POBGcBYAA==", "requires": { "picocolors": "^1.0.0", "picomatch": "^2.3.1" diff --git a/package.json b/package.json index f063107..cca82af 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "tailwindcss": "^3.1.5" }, "dependencies": { - "laravel-vite-plugin": "^0.3.0", + "laravel-vite-plugin": "^0.8.1", "vite": "^2.9.16" } }