Skip to content

Commit 0f8da1e

Browse files
authored
fix: dependabot alert #24 (#135)
Vite's server.fs.deny bypassed with /. for files under project root Update vite to patched version 5.4.19
1 parent 6db4efc commit 0f8da1e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"tailwindcss": "^3.3.6",
9292
"tslib": "^2.4.1",
9393
"typescript": "^5.0.0",
94-
"vite": "^5.4.12",
94+
"vite": "^5.4.19",
9595
"vitest": "^1.6.1",
9696
"vitest-mock-extended": "^1.3.1"
9797
},

0 commit comments

Comments
 (0)