chore(deps): bump vite from 6.2.4 to 6.2.5 (#35495)

This commit is contained in:
dependabot[bot] 2025-04-04 13:01:53 -07:00 committed by GitHub
parent 96f8b17018
commit ef4421c07b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@ -56,7 +56,7 @@
"react-dom": "^18.1.0",
"ssim.js": "^3.5.0",
"typescript": "^5.8.2",
"vite": "^6.2.4",
"vite": "^6.2.5",
"ws": "^8.17.1",
"xml2js": "^0.5.0",
"yaml": "2.6.0"
@ -7478,9 +7478,9 @@
}
},
"node_modules/vite": {
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz",
"integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==",
"version": "6.2.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.5.tgz",
"integrity": "sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==",
"license": "MIT",
"dependencies": {
"esbuild": "^0.25.0",
@ -7963,7 +7963,7 @@
"dependencies": {
"playwright": "1.52.0-next",
"playwright-core": "1.52.0-next",
"vite": "^6.2.4"
"vite": "^6.2.5"
},
"engines": {
"node": ">=18"

View File

@ -94,7 +94,7 @@
"react-dom": "^18.1.0",
"ssim.js": "^3.5.0",
"typescript": "^5.8.2",
"vite": "^6.2.4",
"vite": "^6.2.5",
"ws": "^8.17.1",
"xml2js": "^0.5.0",
"yaml": "2.6.0"

View File

@ -27,7 +27,7 @@
},
"dependencies": {
"playwright-core": "1.52.0-next",
"vite": "^6.2.4",
"vite": "^6.2.5",
"playwright": "1.52.0-next"
}
}