Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): upgrade vite to v5.0.13 [SECURITY] #1052

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"typescript": "5.2.2",
"vite": "5.0.12",
"vite": "5.0.13",
"vite-plugin-eslint": "1.8.1",
"vite-tsconfig-paths": "4.2.3",
"vitest": "0.32.4"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15389,7 +15389,7 @@ __metadata:
typescript: 5.2.2
use-color-scheme: 1.1.3
util: 0.12.5
vite: 5.0.12
vite: 5.0.13
vite-plugin-eslint: 1.8.1
vite-tsconfig-paths: 4.2.3
vitest: 0.32.4
Expand Down Expand Up @@ -32951,9 +32951,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.0.12":
version: 5.0.12
resolution: "vite@npm:5.0.12"
"vite@npm:5.0.13":
version: 5.0.13
resolution: "vite@npm:5.0.13"
dependencies:
esbuild: ^0.19.3
fsevents: ~2.3.3
Expand Down Expand Up @@ -32987,7 +32987,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: b97b6f1c204d9091d0973626827a6e9d8e8b1959ebd0877b6f76e7068e1e7adf9ecd3b1cc382cbab9d421e3eeca5e1a95f27f9c1734439b229f5a58ef2052fa4
checksum: 1b3f720382c4ff6e266142f608e6c0f7fdf06b1368f498b4ed8124e4f6161e43f2d8b94e23b965f3a0c3983723f55014b50f89262a818841aeff5854b8a25e4f
languageName: node
linkType: hard

Expand Down
Loading