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 v6.0.9 [security] #15383

Merged
merged 1 commit into from
Jan 21, 2025
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/crypto-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tsup": "8.3.5",
"tsx": "4.19.2",
"typescript": "5.7.2",
"vite": "6.0.6",
"vite": "6.0.9",
"vite-plugin-svgr": "4.3.0",
"vite-tsconfig-paths": "4.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/paywall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint": "9.17.0",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vite": "6.0.6",
"vite": "6.0.9",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-node-polyfills": "0.22.0",
"vitest": "2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"tsx": "4.19.2",
"typescript": "5.7.2",
"url-loader": "4.1.1",
"vite": "6.0.6",
"vite": "6.0.9",
"vite-plugin-node-polyfills": "0.22.0",
"vite-plugin-svgr": "4.3.0",
"vite-tsconfig-paths": "4.3.2"
Expand Down
2 changes: 1 addition & 1 deletion paywall-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "9.17.0",
"prettier": "3.4.2",
"typescript": "5.7.2",
"vite": "6.0.6"
"vite": "6.0.9"
},
"browserslist": [
"defaults",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18725,7 +18725,7 @@ __metadata:
tsup: "npm:8.3.5"
tsx: "npm:4.19.2"
typescript: "npm:5.7.2"
vite: "npm:6.0.6"
vite: "npm:6.0.9"
vite-plugin-svgr: "npm:4.3.0"
vite-tsconfig-paths: "npm:4.3.2"
peerDependencies:
Expand Down Expand Up @@ -19017,7 +19017,7 @@ __metadata:
next: "npm:14.2.21"
prettier: "npm:3.4.2"
typescript: "npm:5.7.2"
vite: "npm:6.0.6"
vite: "npm:6.0.9"
vite-plugin-node-polyfills: "npm:0.22.0"
languageName: unknown
linkType: soft
Expand All @@ -19035,7 +19035,7 @@ __metadata:
postmate: "npm:1.5.2"
tsup: "npm:8.3.5"
typescript: "npm:5.7.2"
vite: "npm:6.0.6"
vite: "npm:6.0.9"
vite-plugin-css-injected-by-js: "npm:3.5.2"
vite-plugin-node-polyfills: "npm:0.22.0"
vitest: "npm:2.1.8"
Expand Down Expand Up @@ -19158,7 +19158,7 @@ __metadata:
tsx: "npm:4.19.2"
typescript: "npm:5.7.2"
url-loader: "npm:4.1.1"
vite: "npm:6.0.6"
vite: "npm:6.0.9"
vite-plugin-node-polyfills: "npm:0.22.0"
vite-plugin-svgr: "npm:4.3.0"
vite-tsconfig-paths: "npm:4.3.2"
Expand Down Expand Up @@ -52747,9 +52747,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:6.0.6":
version: 6.0.6
resolution: "vite@npm:6.0.6"
"vite@npm:6.0.9":
version: 6.0.9
resolution: "vite@npm:6.0.9"
dependencies:
esbuild: "npm:^0.24.2"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -52795,7 +52795,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10/c37edc18d3dccddcab7da333dacfcb5550db436eec0f89ffb14691dbb0e821b1319cc48f111e364ea4f68f0916bc84fc80cd21772a022681870b479133d3c95c
checksum: 10/6f4f27c602f997537df26cc9665763b402f5978a7381146f6c0b146888ee257484a7f140df79e495b922082ca608bd1f563b0be9e272d22c689aad2b1e1da440
languageName: node
linkType: hard

Expand Down
Loading