Update dependency vite to v7.1.12

This commit is contained in:
Renovater 2025-10-26 12:03:17 +00:00
parent f0eb117bc1
commit 976cf05c21
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -27,7 +27,7 @@
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.24",
"globals": "16.4.0",
"vite": "7.1.11"
"vite": "7.1.12"
}
},
"node_modules/@babel/code-frame": {
@ -4978,9 +4978,9 @@
}
},
"node_modules/vite": {
"version": "7.1.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz",
"integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==",
"version": "7.1.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz",
"integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==",
"license": "MIT",
"peer": true,
"dependencies": {

View file

@ -29,6 +29,6 @@
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.24",
"globals": "16.4.0",
"vite": "7.1.11"
"vite": "7.1.12"
}
}