Skip to content

Commit fc80522

Browse files
committed
fix: patch vuln's in node_forge and validator
- Update node-forge to 1.3.2 to fix CVE-2025-12816 and CVE-2025-66031 - Update validator to 13.15.22 to fix CVE-2025-12758 Ticket: WP-7175
1 parent 7d3f5cf commit fc80522

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@
137137
"store2": "^2.14.4",
138138
"tar": "^6.2.1",
139139
"tough-cookie": "^4.1.3",
140-
"validator": "^13.15.15",
140+
"validator": "^13.15.22",
141+
"node-forge": "^1.3.2",
141142
"xml2js": "^0.5.0",
142143
"glob": "^11.1.0"
143144
},

0 commit comments

Comments
 (0)