Update dependency vite to v5.2.12 (#307)

This commit is contained in:
renovate[bot] 2024-05-29 05:46:36 +02:00 committed by GitHub
parent 9fcc9f66e0
commit e954fb738e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -35,7 +35,7 @@
"prettier": "3.2.5",
"rimraf": "5.0.7",
"typescript": "5.4.5",
"vite": "5.2.11"
"vite": "5.2.12"
}
},
"node_modules/@ampproject/remapping": {
@ -3254,10 +3254,11 @@
}
},
"node_modules/vite": {
"version": "5.2.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz",
"integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==",
"version": "5.2.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.12.tgz",
"integrity": "sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.20.1",
"postcss": "^8.4.38",

View file

@ -37,6 +37,6 @@
"prettier": "3.2.5",
"rimraf": "5.0.7",
"typescript": "5.4.5",
"vite": "5.2.11"
"vite": "5.2.12"
}
}