Update dependency vite to v7.1.9

This commit is contained in:
Renovater 2025-10-03 00:58:12 +00:00
parent 7317e3efb2
commit 63acef1c92
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-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.23", "eslint-plugin-react-refresh": "0.4.23",
"globals": "16.4.0", "globals": "16.4.0",
"vite": "7.1.7" "vite": "7.1.9"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@ -4978,9 +4978,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "7.1.7", "version": "7.1.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.7.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz",
"integrity": "sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==", "integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {

View file

@ -29,6 +29,6 @@
"eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.23", "eslint-plugin-react-refresh": "0.4.23",
"globals": "16.4.0", "globals": "16.4.0",
"vite": "7.1.7" "vite": "7.1.9"
} }
} }