Update dependency vite to ^7.1.10
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-18 00:43:32 +00:00
parent 9b8cb1ab64
commit c04eca2472
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
"globals": "^16.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.43.0",
"vite": "^7.1.9"
"vite": "^7.1.10"
}
},
"node_modules/@babel/code-frame": {
@@ -5489,9 +5489,9 @@
}
},
"node_modules/vite": {
"version": "7.1.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz",
"integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==",
"version": "7.1.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.10.tgz",
"integrity": "sha512-CmuvUBzVJ/e3HGxhg6cYk88NGgTnBoOo7ogtfJJ0fefUWAxN/WDSUa50o+oVBxuIhO8FoEZW0j2eW7sfjs5EtA==",
"dev": true,
"license": "MIT",
"peer": true,

View File

@@ -29,6 +29,6 @@
"globals": "^16.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.43.0",
"vite": "^7.1.9"
"vite": "^7.1.10"
}
}