From 1051339154b1561fdf889b3b0aa6e2819bb47fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:14:51 +0000 Subject: [PATCH] chore(deps): bump react-syntax-highlighter in /frontend/web-app Bumps [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) from 15.6.6 to 16.1.1. - [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases) - [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD) - [Commits](https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v15.6.6...v16.1.1) --- updated-dependencies: - dependency-name: react-syntax-highlighter dependency-version: 16.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/web-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web-app/package.json b/frontend/web-app/package.json index ba6df15..2c3abee 100644 --- a/frontend/web-app/package.json +++ b/frontend/web-app/package.json @@ -15,7 +15,7 @@ "framer-motion": "^10.16.16", "@monaco-editor/react": "^4.6.0", "react-markdown": "^9.0.1", - "react-syntax-highlighter": "^15.5.0", + "react-syntax-highlighter": "^16.1.1", "react-hot-toast": "^2.4.1", "recharts": "^2.10.3", "react-confetti": "^6.1.0",