Skip to content

Commit 6093210

Browse files
committed
chore: fix vulnerability
1 parent a129b76 commit 6093210

File tree

2 files changed

+203
-33
lines changed

2 files changed

+203
-33
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,11 @@
163163
"@babel/helpers@<7.26.10": ">=7.26.10",
164164
"pnpm@<10.0.0": ">=10.0.0",
165165
"http-proxy-middleware@>=3.0.0 <3.0.5": ">=3.0.5",
166-
"vite@>=6.2.0 <=6.2.6": ">=6.2.7"
166+
"vite@>=6.2.0 <=6.2.6": ">=6.2.7",
167+
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
168+
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
169+
"pbkdf2@<=3.1.2": ">=3.1.3",
170+
"pbkdf2@>=3.0.10 <=3.1.2": ">=3.1.3"
167171
}
168172
}
169173
}

0 commit comments

Comments
 (0)