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): update dependency vite to v5.4.6 [security] #1045

Merged
merged 1 commit into from
Sep 26, 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/cli-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"npm-check-updates": "^17.1.1",
"typescript": "5.6.2",
"typescript-eslint": "8.5.0",
"vite": "5.4.5"
"vite": "5.4.6"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ __metadata:
typescript-eslint: "npm:8.5.0"
valibot: "npm:^0.42.0"
viem: "npm:^2.21.7"
vite: "npm:5.4.5"
vite: "npm:5.4.6"
wagmi: "npm:^2.12.11"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8001,9 +8001,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.4.5":
version: 5.4.5
resolution: "vite@npm:5.4.5"
"vite@npm:5.4.6":
version: 5.4.6
resolution: "vite@npm:5.4.6"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -8040,7 +8040,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/89c6459452fc238cdf8e99681b30996af171c9c557af476f96408a18a639fb5a0a6ee2d2257e005b21dc284edceb604595c34920cd4a007ad18f7ebafb654c76
checksum: 10c0/5f87be3a10e970eaf9ac52dfab39cf9fff583036685252fb64570b6d7bfa749f6d221fb78058f5ef4b5664c180d45a8e7a7ff68d7f3770e69e24c7c68b958bde
languageName: node
linkType: hard

Expand Down
Loading