Skip to content

Commit a8d761d

Browse files
committed
chore: fix CVE-2025-64756
1 parent 1853959 commit a8d761d

File tree

2 files changed

+54
-226
lines changed

2 files changed

+54
-226
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"path-to-regexp@>=6.3.0": "^6.3.0",
7676
"next": "^15.2.3",
7777
"form-data": "^4.0.4",
78-
"sha.js": ">=2.4.12"
78+
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
79+
"glob@>=11.0.0 <11.1.0": ">=11.1.0"
7980
}
8081
}
8182
}

0 commit comments

Comments
 (0)