Skip to content

Commit 639a47d

Browse files
Update dependency vite to v7.0.8 [SECURITY]
1 parent da86958 commit 639a47d

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

platforms/web/example-wysiwyg/package.json

Lines changed: 1 addition & 1 deletion
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": "7.0.6"
21+
"vite": "7.0.8"
2222
}
2323
}

platforms/web/example-wysiwyg/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -728,10 +728,10 @@ update-browserslist-db@^1.1.3:
728728
escalade "^3.2.0"
729729
picocolors "^1.1.1"
730730

731-
732-
version "7.0.6"
733-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.0.6.tgz#7866ccb176db4bbeec0adfb3f907f077881591d0"
734-
integrity sha512-MHFiOENNBd+Bd9uvc8GEsIzdkn1JxMmEeYX35tI3fv0sJBUTfW5tQsoaOwuY4KhBI09A3dUJ/DXf2yxPVPUceg==
731+
732+
version "7.0.8"
733+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.0.8.tgz#02eef500e871d84048b2789f74e034c4bb4263d0"
734+
integrity sha512-cJBdq0/u+8rgstg9t7UkBilf8ipLmeXJO30NxD5HAHOivnj10ocV8YtR/XBvd2wQpN3TmcaxNKaHX3tN7o5F5A==
735735
dependencies:
736736
esbuild "^0.25.0"
737737
fdir "^6.4.6"

platforms/web/package.json

Lines changed: 1 addition & 1 deletion
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": "7.0.6",
74+
"vite": "7.0.8",
7575
"vite-plugin-dts": "^4.3.0",
7676
"vitest": "^3.0.0",
7777
"vitest-sonar-reporter": "^2.0.0"

platforms/web/yarn.lock

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@
11151115
eslint-visitor-keys "^4.2.1"
11161116

11171117
"@vector-im/matrix-wysiwyg-wasm@link:../../bindings/wysiwyg-wasm":
1118-
version "2.39.0"
1118+
version "2.40.0"
11191119

11201120
"@vitejs/plugin-react@^4.2.1":
11211121
version "4.7.0"
@@ -5310,7 +5310,21 @@ vite-plugin-dts@^4.3.0:
53105310
local-pkg "^1.0.0"
53115311
magic-string "^0.30.17"
53125312

5313-
[email protected], "vite@^5.0.0 || ^6.0.0 || ^7.0.0-0":
5313+
5314+
version "7.0.8"
5315+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.0.8.tgz#02eef500e871d84048b2789f74e034c4bb4263d0"
5316+
integrity sha512-cJBdq0/u+8rgstg9t7UkBilf8ipLmeXJO30NxD5HAHOivnj10ocV8YtR/XBvd2wQpN3TmcaxNKaHX3tN7o5F5A==
5317+
dependencies:
5318+
esbuild "^0.25.0"
5319+
fdir "^6.4.6"
5320+
picomatch "^4.0.3"
5321+
postcss "^8.5.6"
5322+
rollup "^4.40.0"
5323+
tinyglobby "^0.2.14"
5324+
optionalDependencies:
5325+
fsevents "~2.3.3"
5326+
5327+
"vite@^5.0.0 || ^6.0.0 || ^7.0.0-0":
53145328
version "7.0.6"
53155329
resolved "https://registry.yarnpkg.com/vite/-/vite-7.0.6.tgz#7866ccb176db4bbeec0adfb3f907f077881591d0"
53165330
integrity sha512-MHFiOENNBd+Bd9uvc8GEsIzdkn1JxMmEeYX35tI3fv0sJBUTfW5tQsoaOwuY4KhBI09A3dUJ/DXf2yxPVPUceg==

0 commit comments

Comments
 (0)