security: fix vite HIGH-severity fs.deny bypass (alert #720) (#6772)

Co-authored-by: Claude Security Bot <security-scan@claude.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Aaron Perez 2026-07-09 00:39:08 -05:00 committed by GitHub
parent 7120df409d
commit 7b4dd7e7c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -98,7 +98,7 @@
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.3",
"vite": "^6.4.2",
"vite": "^6.4.3",
"vitest": "^4.1.0"
}
},
@ -9996,9 +9996,9 @@
}
},
"node_modules/vite": {
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz",
"integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==",
"version": "6.4.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.3.tgz",
"integrity": "sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -109,7 +109,7 @@
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.3",
"vite": "^6.4.2",
"vite": "^6.4.3",
"vitest": "^4.1.0"
},
"lint-staged": {