Skip to content

Commit 851580c

Browse files
Update dependency vite to v8.0.16 [SECURITY]
1 parent 3be319d commit 851580c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"typescript": "^6.0.0"
5252
},
5353
"resolutions": {
54-
"vite": "8.0.15",
54+
"vite": "8.0.16",
5555
"@vitest/browser-playwright": "4.1.8",
5656
"@vitest/coverage-v8": "4.1.8",
5757
"vitest": "4.1.8"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -531,11 +531,11 @@
531531
"@babel/runtime" "^7.17.9"
532532

533533
"@napi-rs/wasm-runtime@^1.1.4":
534-
version "1.1.4"
535-
resolved "https://registry.yarnpkg.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz#a46bbfedc29751b7170c5d23bc1d8ee8c7e3c1e1"
536-
integrity sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==
534+
version "1.1.5"
535+
resolved "https://registry.yarnpkg.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.5.tgz#cccd6ebc40b991dea6936f9126b1b8155b6c4c95"
536+
integrity sha512-AWPoBRJ9tsnVhor4sjO7rkni+7p+2IAEFj6cx06UgP10jkQHqay/36uRV/bFkgrh18D9vb4cr8Q0Pthskgzy+Q==
537537
dependencies:
538-
"@tybys/wasm-util" "^0.10.1"
538+
"@tybys/wasm-util" "^0.10.2"
539539

540540
"@nodelib/fs.scandir@2.1.5":
541541
version "2.1.5"
@@ -1033,7 +1033,7 @@
10331033
dependencies:
10341034
testcontainers "^11.12.0"
10351035

1036-
"@tybys/wasm-util@^0.10.1":
1036+
"@tybys/wasm-util@^0.10.2":
10371037
version "0.10.2"
10381038
resolved "https://registry.yarnpkg.com/@tybys/wasm-util/-/wasm-util-0.10.2.tgz#12b3a1b33db1f9cad4ddff1f604ab7dd00bf464e"
10391039
integrity sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==
@@ -5883,10 +5883,10 @@ vite-plugin-node-polyfills@^0.28.0:
58835883
"@rollup/plugin-inject" "^5.0.5"
58845884
node-stdlib-browser "^1.3.1"
58855885

5886-
vite@8.0.15, "vite@^6.0.0 || ^7.0.0 || ^8.0.0", vite@^8.0.0:
5887-
version "8.0.15"
5888-
resolved "https://registry.yarnpkg.com/vite/-/vite-8.0.15.tgz#f2117eb2ac1963160ae5c79c6879f50814e2bdc5"
5889-
integrity sha512-qpgllRxrLqwsMAGRdLhsEr9bepaOQk1rxH1xT2coBXLaEB/bfkqQj1j7RMxwMfnYrvO1ZnFMiwX+wBVgnsyn0g==
5886+
vite@8.0.16, "vite@^6.0.0 || ^7.0.0 || ^8.0.0", vite@^8.0.0:
5887+
version "8.0.16"
5888+
resolved "https://registry.yarnpkg.com/vite/-/vite-8.0.16.tgz#ae073866c06563d6634a90169a496e11bd84f1a6"
5889+
integrity sha512-h9bXPmJichP5fLmVQo3PyaGSDE2n3aPuomeAlVRm0JLmt4rY6zmPKd59HYI4LNW8oTK7tlTsuC7l/m7awx9Jcw==
58905890
dependencies:
58915891
lightningcss "^1.32.0"
58925892
picomatch "^4.0.4"

0 commit comments

Comments
 (0)