Skip to content

Commit f06f782

Browse files
authored
chore: update deps to fix security issue (#7433)
1 parent f2c0a05 commit f06f782

File tree

2 files changed

+53
-283
lines changed

2 files changed

+53
-283
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
"formidable@<3.2.4": ">=3.2.4",
4949
"micromatch@<4.0.8": ">=4.0.8",
5050
"nanoid@>=4.0.0 <5.0.9": ">=5.0.9",
51-
"prismjs@<1.30.0": ">=1.30.0"
51+
"prismjs@<1.30.0": ">=1.30.0",
52+
"vite@>=6.2.0 <=6.2.6": ">=6.2.7",
53+
"formidable@>=3.1.1-canary.20211030 <3.5.3": ">=3.5.3",
54+
"tar-fs@>=3.0.0 <3.0.9": ">=3.0.9"
5255
},
5356
"peerDependencyRules": {
5457
"allowedVersions": {

0 commit comments

Comments
 (0)