You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output of `npm audit` before this change:
```
$ npm audit
# npm audit report
vite 5.0.0 - 5.0.11
Severity: high
Vite dev server option `server.fs.deny` can be bypassed when hosted on case-insensitive filesystem - GHSA-c24v-8rfc-w8vw
fix available via `npm audit fix`
node_modules/vite
1 high severity vulnerability
To address all issues, run:
npm audit fix
```
After:
```
found 0 vulnerabilities
```
0 commit comments