fix(deps): bump vite to resolve high severity vulnerabilities (#59)
Some checks failed
PR Check / rust (push) Failing after 1m37s
PR Check / frontend (push) Successful in 2m15s
PR Check / rust (pull_request) Failing after 1m27s
PR Check / frontend (pull_request) Successful in 2m11s

Update vite past 6.4.1 to fix path traversal (GHSA-4w7w-66w2-5vf9)
and arbitrary file read via WebSocket (GHSA-p9ff-h696-f583).
This commit is contained in:
escouade-bot 2026-04-09 10:01:14 -04:00
parent b5c81b2a01
commit c8fff03749

11
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "simpl_result_scaffold",
"version": "0.6.6",
"version": "0.6.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "simpl_result_scaffold",
"version": "0.6.6",
"version": "0.6.7",
"license": "GPL-3.0-only",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
@ -3297,10 +3297,11 @@
}
},
"node_modules/vite": {
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz",
"integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz",
"integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.4.4",