chore(deps-dev): bump laravel-vite-plugin from 0.8.0 to 0.8.1

Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/laravel/vite-plugin/releases)
- [Changelog](https://github.com/laravel/vite-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/vite-plugin/compare/v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: laravel-vite-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-02 03:38:49 +00:00 committed by GitHub
parent ccec203910
commit 595a1fbe34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -19,7 +19,7 @@
},
"devDependencies": {
"axios": "^1.5.0",
"laravel-vite-plugin": "^0.8.0",
"laravel-vite-plugin": "^0.8.1",
"sass": "^1.66.1",
"vite": "^4.0.0",
"vite-plugin-manifest-sri": "^0.1.0"
@ -773,9 +773,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",

View File

@ -7,7 +7,7 @@
},
"devDependencies": {
"axios": "^1.5.0",
"laravel-vite-plugin": "^0.8.0",
"laravel-vite-plugin": "^0.8.1",
"sass": "^1.66.1",
"vite": "^4.0.0",
"vite-plugin-manifest-sri": "^0.1.0"