Merge pull request #148 from refactorian/dependabot/npm_and_yarn/vite-5.4.1

Bump vite from 5.4.0 to 5.4.1
This commit is contained in:
Refactorian
2024-08-23 19:47:04 +09:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -7,7 +7,7 @@
"devDependencies": {
"axios": "^1.7.3",
"laravel-vite-plugin": "^1.0.5",
"vite": "^5.4.0"
"vite": "^5.4.1"
}
},
"node_modules/@esbuild/aix-ppc64": {
@@ -829,13 +829,13 @@
}
},
"node_modules/vite": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz",
"integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==",
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.1.tgz",
"integrity": "sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==",
"dev": true,
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"rollup": "^4.13.0"
},
"bin": {

View File

@@ -8,6 +8,6 @@
"devDependencies": {
"axios": "^1.7.3",
"laravel-vite-plugin": "^1.0.5",
"vite": "^5.4.0"
"vite": "^5.4.1"
}
}