Skip to content

Commit ff51b1e

Browse files
committed
Fix few critical and major CVEs in UI and Swagger components
This patch updates node-forge, cipher-base, form-data, axios sha.js, glob and pbkdf2 transitive dependency in the UI and Swagger components Fixes following CVEs - CVE-2025-9287 (Critical) - CVE-2025-7783 (Critical) - CVE-2025-12816 (High) - CVE-2025-64756 (High) - CVE-2025-58754 (High) - CVE-2025-6545 (Critical) - CVE-2025-9288 (Critical) - CVE-2024-21538 (High) - CVE-2024-52798 (High) - CVE-2025-59343 (High) - CVE-2025-6547 (Critical) - CVE-2025-66031 (Critical) - CVE-2024-21536 (High) Signed-off-by: Shiv Verma <[email protected]>
1 parent b47a95c commit ff51b1e

File tree

7 files changed

+4253
-3740
lines changed

7 files changed

+4253
-3740
lines changed

swagger/package-lock.json

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

swagger/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,8 @@
5757
"eslint-config-react": "^1.1.7",
5858
"eslint-plugin-prettier": "^5.1.3",
5959
"prettier": "3.2.4"
60+
},
61+
"overrides": {
62+
"nth-check": "^2.1.1"
6063
}
6164
}

0 commit comments

Comments
 (0)