Skip to content

Commit 66c2b1c

Browse files
committed
fix: fix vulnerabilities
1 parent ef2d2df commit 66c2b1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"undici@<6.23.0": ">=6.23.0",
7575
"glob@>=11.0.0 <11.1.0": ">=11.1.0",
7676
"validator@<13.15.22": ">=13.15.22",
77-
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23"
77+
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
78+
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1"
7879
},
7980
"auditConfig": {
8081
"ignoreGhsas": [

0 commit comments

Comments
 (0)