From f708a8880caf5dc2f82f4106470c3cfa248c06ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Oct 2025 10:41:26 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PRISMJS-9055448 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 130f0dfce..215863ca0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "react-lottie": "^1.2.3", "react-markdown": "^8.0.3", "react-router-dom": "5.2.0", - "react-syntax-highlighter": "^15.5.0", + "react-syntax-highlighter": "^16.0.0", "react-table": "^7.7.0", "remark-gfm": "^3.0.1", "source-map-explorer": "^2.5.3",