🔒 chore: bump katex package to patch CVE-2025-23207 (#5383)

* chore: bump `katex` to patch `CVE-2025-23207`

* chore: prevent adding Parameters panel for agent endpoints in SideNav
This commit is contained in:
Danny Avila 2025-01-20 22:02:18 -05:00 committed by GitHub
parent d6b4d83b68
commit 460cde0c0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 88 additions and 131 deletions

View file

@ -91,7 +91,7 @@
"recoil": "^0.7.7",
"regenerator-runtime": "^0.14.1",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.2",
"rehype-katex": "^6.0.3",
"remark-directive": "^3.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",

View file

@ -99,6 +99,7 @@ export default function useSideNavLinks({
if (
interfaceConfig.parameters === true &&
isParamEndpoint(endpoint ?? '', endpointType ?? '') === true &&
!isAgentsEndpoint(endpoint) &&
keyProvided
) {
links.push({