Skip to content

Commit 1b78ab3

Browse files
authored
chore(deps): update vite to resolve vulnerability (server.fs.deny) (#1115)
1 parent 027aaf3 commit 1b78ab3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

examples/component-tests/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/component-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/react-dom": "^18.2.13",
1919
"@vitejs/plugin-react": "^4.1.0",
2020
"cypress": "13.6.3",
21-
"vite": "4.5.1"
21+
"vite": "4.5.2"
2222
}
2323
}

examples/wait-on-vite/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/wait-on-vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"private": true,
1212
"devDependencies": {
1313
"cypress": "13.6.3",
14-
"vite": "4.5.1"
14+
"vite": "4.5.2"
1515
}
1616
}

0 commit comments

Comments
 (0)