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

fix(deps): update dependency vite to v5.1.7 [security] #10408

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
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"isbot": "3.8.0",
"react": "18.3.0-canary-a870b2d54-20240314",
"react-server-dom-webpack": "18.3.0-canary-a870b2d54-20240314",
"vite": "5.1.6",
"vite": "5.1.7",
"vite-plugin-cjs-interop": "2.1.0",
"yargs-parser": "21.1.1"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8804,7 +8804,7 @@ __metadata:
rollup: "npm:4.13.0"
tsx: "npm:4.7.1"
typescript: "npm:5.4.3"
vite: "npm:5.1.6"
vite: "npm:5.1.7"
vite-plugin-cjs-interop: "npm:2.1.0"
vitest: "npm:1.4.0"
yargs-parser: "npm:21.1.1"
Expand Down Expand Up @@ -33240,9 +33240,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.1.6, vite@npm:^5.0.0":
version: 5.1.6
resolution: "vite@npm:5.1.6"
"vite@npm:5.1.7, vite@npm:^5.0.0":
version: 5.1.7
resolution: "vite@npm:5.1.7"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -33276,7 +33276,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/b935527544741d9313143a77f811d97b8b094757e42f9c02b7aca6294a4912674dbad5379e4759629b6ba895c93b5020cc7594f74b37846715336837fdce850a
checksum: 10c0/f64e1d8bcb237f600790c303447b95f0972e7c5377c0e1c38c1e62ef4864df2bff00c83315994da6e2e64fb51166199403a740b685c5b69a4af648b9244fc69c
languageName: node
linkType: hard

Expand Down
Loading