Skip to content

Commit 01b1dc8

Browse files
chore(deps): update dependency vite to v6.2.6 [security] (#4731)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a801137 commit 01b1dc8

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

playground/javascript/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"globals": "16.0.0",
2828
"typescript": "5.8.3",
2929
"typescript-eslint": "8.29.0",
30-
"vite": "6.2.5"
30+
"vite": "6.2.6"
3131
},
3232
"packageManager": "[email protected]"
3333
}

yarn.lock

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5147,7 +5147,7 @@ __metadata:
51475147
react-instantsearch: "npm:^7.15.3"
51485148
typescript: "npm:5.8.3"
51495149
typescript-eslint: "npm:8.29.0"
5150-
vite: "npm:6.2.5"
5150+
vite: "npm:6.2.6"
51515151
languageName: unknown
51525152
linkType: soft
51535153

@@ -8157,7 +8157,59 @@ __metadata:
81578157
languageName: node
81588158
linkType: hard
81598159

8160-
"vite@npm:6.2.5, vite@npm:^5.0.0 || ^6.0.0":
8160+
"vite@npm:6.2.6":
8161+
version: 6.2.6
8162+
resolution: "vite@npm:6.2.6"
8163+
dependencies:
8164+
esbuild: "npm:^0.25.0"
8165+
fsevents: "npm:~2.3.3"
8166+
postcss: "npm:^8.5.3"
8167+
rollup: "npm:^4.30.1"
8168+
peerDependencies:
8169+
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
8170+
jiti: ">=1.21.0"
8171+
less: "*"
8172+
lightningcss: ^1.21.0
8173+
sass: "*"
8174+
sass-embedded: "*"
8175+
stylus: "*"
8176+
sugarss: "*"
8177+
terser: ^5.16.0
8178+
tsx: ^4.8.1
8179+
yaml: ^2.4.2
8180+
dependenciesMeta:
8181+
fsevents:
8182+
optional: true
8183+
peerDependenciesMeta:
8184+
"@types/node":
8185+
optional: true
8186+
jiti:
8187+
optional: true
8188+
less:
8189+
optional: true
8190+
lightningcss:
8191+
optional: true
8192+
sass:
8193+
optional: true
8194+
sass-embedded:
8195+
optional: true
8196+
stylus:
8197+
optional: true
8198+
sugarss:
8199+
optional: true
8200+
terser:
8201+
optional: true
8202+
tsx:
8203+
optional: true
8204+
yaml:
8205+
optional: true
8206+
bin:
8207+
vite: bin/vite.js
8208+
checksum: 10/d8fb01a190e31fcf2189e028aed444d68255b5397d5e2c52fa73f8a0de0b052b06fbbe3793c88e7992f4297832336a23cf8bec14c88b9c2ef8aa0bce98219e50
8209+
languageName: node
8210+
linkType: hard
8211+
8212+
"vite@npm:^5.0.0 || ^6.0.0":
81618213
version: 6.2.5
81628214
resolution: "vite@npm:6.2.5"
81638215
dependencies:

0 commit comments

Comments
 (0)