From d5cb1ce198042dc3afca9eb19da5c584a6a7136f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Oct 2025 10:18:20 +0000 Subject: [PATCH] fix: src/frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PRISMJS-9055448 --- src/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/package.json b/src/frontend/package.json index 7a6e54606..ebe24c595 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -64,7 +64,7 @@ "react-laag": "^2.0.5", "react-markdown": "^8.0.7", "react-router-dom": "6.17.0", - "react-syntax-highlighter": "^15.5.0", + "react-syntax-highlighter": "^16.0.0", "react-tabs": "^6.0.2", "react-tooltip": "^5.21.1", "react-window": "^1.8.9",