Skip to content

Commit 26ac91b

Browse files
authored
fix: audit fix (#7993)
audit fix
1 parent 7f9c0a8 commit 26ac91b

File tree

2 files changed

+100
-91
lines changed

2 files changed

+100
-91
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,16 @@
5353
"form-data@<2.5.4": "^2.5.4",
5454
"form-data@>=3.0.0 <3.0.4": "^3.0.4",
5555
"form-data@>=4.0.0 <4.0.4": "^4.0.4",
56-
"koa@>=2.0.0 <2.16.2": "^2.16.2",
5756
"tar-fs@>= 3.0.0 <3.1.1": "^3.1.1",
5857
"tmp@<=0.2.3": "^0.2.4",
59-
"vite@>=6.0.0 <=6.3.5": "^6.3.6",
6058
"axios@<1.12.0": "^1.12.0",
61-
"playwright@<1.55.1": "^1.55.1"
59+
"playwright@<1.55.1": "^1.55.1",
60+
"vite@>=6.0.0 <=6.4.0": "^6.4.1",
61+
"koa@>=2.0.0 <2.16.3": "^2.16.3",
62+
"js-yaml@<3.14.2": "^3.14.2",
63+
"js-yaml@>=4.0.0 <4.1.1": "^4.1.1",
64+
"nodemailer@<7.0.7": "^7.0.7",
65+
"glob@>=10.2.0 <10.5.0": "^10.5.0"
6266
},
6367
"peerDependencyRules": {
6468
"allowedVersions": {

0 commit comments

Comments
 (0)