Skip to content

Commit 95ab773

Browse files
Update dependency vite to v6.0.9 [SECURITY] (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c567be2 commit 95ab773

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

platforms/web/example-wysiwyg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/react-dom": "^19.0.0",
1919
"@vitejs/plugin-react": "^4.0.0",
2020
"typescript": "^5.0.0",
21-
"vite": "6.0.6"
21+
"vite": "6.0.9"
2222
}
2323
}

platforms/web/example-wysiwyg/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -698,10 +698,10 @@ update-browserslist-db@^1.1.1:
698698
escalade "^3.2.0"
699699
picocolors "^1.1.0"
700700

701-
702-
version "6.0.6"
703-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.6.tgz#a851674fcff55b0c1962f72082354b8802e48505"
704-
integrity sha512-NSjmUuckPmDU18bHz7QZ+bTYhRR0iA72cs2QAxCqDpafJ0S6qetco0LB3WW2OxlMHS0JmAv+yZ/R3uPmMyGTjQ==
701+
702+
version "6.0.9"
703+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.9.tgz#0a830b767ef7aa762360b56bdef955c1395dc1ee"
704+
integrity sha512-MSgUxHcaXLtnBPktkbUSoQUANApKYuxZ6DrbVENlIorbhL2dZydTLaZ01tjUoE3szeFzlFk9ANOKk0xurh4MKA==
705705
dependencies:
706706
esbuild "^0.24.2"
707707
postcss "^8.4.49"

platforms/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"react": "^19.0.0",
7272
"react-dom": "^19.0.0",
7373
"typescript": "^5.0.0",
74-
"vite": "6.0.6",
74+
"vite": "6.0.9",
7575
"vite-plugin-dts": "^4.3.0",
7676
"vitest": "^2.1.8",
7777
"vitest-sonar-reporter": "^2.0.0"

platforms/web/yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@
12491249
integrity sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==
12501250

12511251
"@vector-im/matrix-wysiwyg-wasm@link:../../bindings/wysiwyg-wasm":
1252-
version "2.38.0"
1252+
version "2.38.1"
12531253

12541254
"@vitejs/plugin-react@^4.2.1":
12551255
version "4.3.4"
@@ -5732,10 +5732,10 @@ vite-plugin-dts@^4.3.0:
57325732
local-pkg "^0.5.1"
57335733
magic-string "^0.30.17"
57345734

5735-
5736-
version "6.0.6"
5737-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.6.tgz#a851674fcff55b0c1962f72082354b8802e48505"
5738-
integrity sha512-NSjmUuckPmDU18bHz7QZ+bTYhRR0iA72cs2QAxCqDpafJ0S6qetco0LB3WW2OxlMHS0JmAv+yZ/R3uPmMyGTjQ==
5735+
5736+
version "6.0.9"
5737+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.9.tgz#0a830b767ef7aa762360b56bdef955c1395dc1ee"
5738+
integrity sha512-MSgUxHcaXLtnBPktkbUSoQUANApKYuxZ6DrbVENlIorbhL2dZydTLaZ01tjUoE3szeFzlFk9ANOKk0xurh4MKA==
57395739
dependencies:
57405740
esbuild "^0.24.2"
57415741
postcss "^8.4.49"

0 commit comments

Comments
 (0)