chore(deps-dev): bump vite from 5.0.0 to 5.0.2

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  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-11-27 03:53:57 +00:00 committed by GitHub
parent a7bfdbe31f
commit 53f31f17d2
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

@ -21,7 +21,7 @@
"axios": "^1.6.1", "axios": "^1.6.1",
"laravel-vite-plugin": "^0.8.1", "laravel-vite-plugin": "^0.8.1",
"sass": "^1.69.4", "sass": "^1.69.4",
"vite": "^5.0.0", "vite": "^5.0.2",
"vite-plugin-manifest-sri": "^0.2.0" "vite-plugin-manifest-sri": "^0.2.0"
} }
}, },
@ -1146,9 +1146,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "5.0.0", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.0.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.2.tgz",
"integrity": "sha512-ESJVM59mdyGpsiNAeHQOR/0fqNoOyWPYesFto8FFZugfmhdHx8Fzd8sF3Q/xkVhZsyOxHfdM7ieiVAorI9RjFw==", "integrity": "sha512-6CCq1CAJCNM1ya2ZZA7+jS2KgnhbzvxakmlIjN24cF/PXhRMzpM/z8QgsVJA/Dm5fWUWnVEsmtBoMhmerPxT0g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.19.3", "esbuild": "^0.19.3",

View File

@ -9,7 +9,7 @@
"axios": "^1.6.1", "axios": "^1.6.1",
"laravel-vite-plugin": "^0.8.1", "laravel-vite-plugin": "^0.8.1",
"sass": "^1.69.4", "sass": "^1.69.4",
"vite": "^5.0.0", "vite": "^5.0.2",
"vite-plugin-manifest-sri": "^0.2.0" "vite-plugin-manifest-sri": "^0.2.0"
}, },
"dependencies": { "dependencies": {