Skip to content

Commit 975374c

Browse files
Update dependency vite to v7.0.7 [SECURITY]
1 parent 1f9a578 commit 975374c

File tree

4 files changed

+22
-9
lines changed

4 files changed

+22
-9
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.7"
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.7"
733+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.0.7.tgz#d883a0297d24139237676f4227ac2b1e72f9677b"
734+
integrity sha512-hc6LujN/EkJHmxeiDJMs0qBontZ1cdBvvoCbWhVjzUFTU329VRyOC46gHNSA8NcOC5yzCeXpwI40tieI3DEZqg==
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.7",
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,8 +1131,7 @@
11311131
eslint-visitor-keys "^4.2.1"
11321132

11331133
"@vector-im/matrix-wysiwyg-wasm@link:../../bindings/wysiwyg-wasm":
1134-
version "0.0.0"
1135-
uid ""
1134+
version "2.39.0"
11361135

11371136
"@vitejs/plugin-react@^4.2.1":
11381137
version "4.7.0"
@@ -5372,7 +5371,21 @@ vite-plugin-dts@^4.3.0:
53725371
local-pkg "^1.0.0"
53735372
magic-string "^0.30.17"
53745373

5375-
[email protected], "vite@^5.0.0 || ^6.0.0 || ^7.0.0-0":
5374+
5375+
version "7.0.7"
5376+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.0.7.tgz#d883a0297d24139237676f4227ac2b1e72f9677b"
5377+
integrity sha512-hc6LujN/EkJHmxeiDJMs0qBontZ1cdBvvoCbWhVjzUFTU329VRyOC46gHNSA8NcOC5yzCeXpwI40tieI3DEZqg==
5378+
dependencies:
5379+
esbuild "^0.25.0"
5380+
fdir "^6.4.6"
5381+
picomatch "^4.0.3"
5382+
postcss "^8.5.6"
5383+
rollup "^4.40.0"
5384+
tinyglobby "^0.2.14"
5385+
optionalDependencies:
5386+
fsevents "~2.3.3"
5387+
5388+
"vite@^5.0.0 || ^6.0.0 || ^7.0.0-0":
53765389
version "7.0.6"
53775390
resolved "https://registry.yarnpkg.com/vite/-/vite-7.0.6.tgz#7866ccb176db4bbeec0adfb3f907f077881591d0"
53785391
integrity sha512-MHFiOENNBd+Bd9uvc8GEsIzdkn1JxMmEeYX35tI3fv0sJBUTfW5tQsoaOwuY4KhBI09A3dUJ/DXf2yxPVPUceg==

0 commit comments

Comments
 (0)