Merge pull request #44 from refactorian/dependabot/npm_and_yarn/vite-5.1.6

Bump vite from 5.1.5 to 5.1.6
This commit is contained in:
Refactorian
2024-03-18 20:50:25 +09:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -7,7 +7,7 @@
"devDependencies": {
"axios": "^1.6.8",
"laravel-vite-plugin": "^1.0.2",
"vite": "^5.1.5"
"vite": "^5.1.6"
}
},
"node_modules/@esbuild/aix-ppc64": {
@@ -829,9 +829,9 @@
}
},
"node_modules/vite": {
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.5.tgz",
"integrity": "sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==",
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.6.tgz",
"integrity": "sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==",
"dev": true,
"dependencies": {
"esbuild": "^0.19.3",

View File

@@ -8,6 +8,6 @@
"devDependencies": {
"axios": "^1.6.8",
"laravel-vite-plugin": "^1.0.2",
"vite": "^5.1.5"
"vite": "^5.1.6"
}
}