fix: update node-forge to 1.4.0 to patch security vulnerabilities

Resolves 4 high-severity vulnerabilities in node-forge:
- GHSA-2328-f5f3-gj25: basicConstraints bypass
- GHSA-q67f-28xg-22rw: signature forgery Ed25519
- GHSA-5m6q-g25r-mvwx: Denial of Service via Infinite Loop
- GHSA-ppp5-5v6c-4jwp: signature forgery RSA-PKCS

Fixes PRI-21
This commit is contained in:
2026-04-11 17:10:06 +00:00
parent 2798bca085
commit 9250e88df6
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
"undici": "^7.24.3"
},
"dependencies": {
"node-forge": "^1.3.1"
"node-forge": "^1.4.0"
},
"devDependencies": {
"@headlamp-k8s/eslint-config": "^0.6.0",