From f8de2fa33f9ebb87411a81ffa3b4ff350c289d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:03:15 +0000 Subject: [PATCH] Bump react-syntax-highlighter from 15.5.0 to 15.6.1 in /app/frontend Bumps [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) from 15.5.0 to 15.6.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/15.5.0...v15.6.1) --- updated-dependencies: - dependency-name: react-syntax-highlighter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/frontend/package-lock.json | 13 ++++++++++--- app/frontend/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/app/frontend/package-lock.json b/app/frontend/package-lock.json index a763a27f14..81488d4cc2 100644 --- a/app/frontend/package-lock.json +++ b/app/frontend/package-lock.json @@ -26,7 +26,7 @@ "react-i18next": "^15.1.1", "react-markdown": "^9.0.1", "react-router-dom": "^6.26.2", - "react-syntax-highlighter": "^15.5.0", + "react-syntax-highlighter": "^15.6.1", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "scheduler": "^0.20.2" @@ -3680,6 +3680,11 @@ "node": "*" } }, + "node_modules/highlightjs-vue": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/highlightjs-vue/-/highlightjs-vue-1.0.0.tgz", + "integrity": "sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==" + }, "node_modules/html-parse-stringify": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz", @@ -5294,11 +5299,13 @@ } }, "node_modules/react-syntax-highlighter": { - "version": "15.5.0", - "license": "MIT", + "version": "15.6.1", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.6.1.tgz", + "integrity": "sha512-OqJ2/vL7lEeV5zTJyG7kmARppUjiB9h9udl4qHQjjgEos66z00Ia0OckwYfRxCSFrW8RJIBnsBwQsHZbVPspqg==", "dependencies": { "@babel/runtime": "^7.3.1", "highlight.js": "^10.4.1", + "highlightjs-vue": "^1.0.0", "lowlight": "^1.17.0", "prismjs": "^1.27.0", "refractor": "^3.6.0" diff --git a/app/frontend/package.json b/app/frontend/package.json index 3dcd79bd3a..9b9c8933a0 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -30,7 +30,7 @@ "react-router-dom": "^6.26.2", "react-helmet-async": "^2.0.5", "react-i18next": "^15.1.1", - "react-syntax-highlighter": "^15.5.0", + "react-syntax-highlighter": "^15.6.1", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "scheduler": "^0.20.2"