Skip to content

Commit 31c6722

Browse files
chore(deps): update dependency vite to v6.0.9 [security] (#4397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cb994ac commit 31c6722

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": "15.14.0",
2828
"typescript": "5.7.3",
2929
"typescript-eslint": "8.20.0",
30-
"vite": "6.0.7"
30+
"vite": "6.0.9"
3131
},
3232
"packageManager": "[email protected]"
3333
}

yarn.lock

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5717,7 +5717,7 @@ __metadata:
57175717
react-instantsearch: "npm:^7.13.8"
57185718
typescript: "npm:5.7.3"
57195719
typescript-eslint: "npm:8.20.0"
5720-
vite: "npm:6.0.7"
5720+
vite: "npm:6.0.9"
57215721
languageName: unknown
57225722
linkType: soft
57235723

@@ -9015,7 +9015,59 @@ __metadata:
90159015
languageName: node
90169016
linkType: hard
90179017

9018-
"vite@npm:6.0.7, vite@npm:^5.0.0 || ^6.0.0":
9018+
"vite@npm:6.0.9":
9019+
version: 6.0.9
9020+
resolution: "vite@npm:6.0.9"
9021+
dependencies:
9022+
esbuild: "npm:^0.24.2"
9023+
fsevents: "npm:~2.3.3"
9024+
postcss: "npm:^8.4.49"
9025+
rollup: "npm:^4.23.0"
9026+
peerDependencies:
9027+
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
9028+
jiti: ">=1.21.0"
9029+
less: "*"
9030+
lightningcss: ^1.21.0
9031+
sass: "*"
9032+
sass-embedded: "*"
9033+
stylus: "*"
9034+
sugarss: "*"
9035+
terser: ^5.16.0
9036+
tsx: ^4.8.1
9037+
yaml: ^2.4.2
9038+
dependenciesMeta:
9039+
fsevents:
9040+
optional: true
9041+
peerDependenciesMeta:
9042+
"@types/node":
9043+
optional: true
9044+
jiti:
9045+
optional: true
9046+
less:
9047+
optional: true
9048+
lightningcss:
9049+
optional: true
9050+
sass:
9051+
optional: true
9052+
sass-embedded:
9053+
optional: true
9054+
stylus:
9055+
optional: true
9056+
sugarss:
9057+
optional: true
9058+
terser:
9059+
optional: true
9060+
tsx:
9061+
optional: true
9062+
yaml:
9063+
optional: true
9064+
bin:
9065+
vite: bin/vite.js
9066+
checksum: 10/6f4f27c602f997537df26cc9665763b402f5978a7381146f6c0b146888ee257484a7f140df79e495b922082ca608bd1f563b0be9e272d22c689aad2b1e1da440
9067+
languageName: node
9068+
linkType: hard
9069+
9070+
"vite@npm:^5.0.0 || ^6.0.0":
90199071
version: 6.0.7
90209072
resolution: "vite@npm:6.0.7"
90219073
dependencies:

0 commit comments

Comments
 (0)