From 72259aafbc7909f71a0dba6e19c2954d5985732a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 18:12:53 +0000 Subject: [PATCH] Bump react-syntax-highlighter from 15.6.1 to 15.6.3 Bumps [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) from 15.6.1 to 15.6.3. - [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.1...v15.6.3) --- updated-dependencies: - dependency-name: react-syntax-highlighter dependency-version: 15.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 072a44e..c4bda74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,7 @@ "version": "1.10.3", "license": "MIT", "dependencies": { - "react-responsive": "^10.0.0", - "react-syntax-highlighter": "^15.5.0" + "react-responsive": "^10.0.0" }, "devDependencies": { "@changesets/cli": "^2.29.5", @@ -36,7 +35,7 @@ "playwright": "^1.53.1", "react": "^18.3.0", "react-dom": "^18.3.0", - "react-syntax-highlighter": "^15.5.0", + "react-syntax-highlighter": "^15.6.3", "storybook": "^9.0.13", "typescript": "^5", "vitest": "^2.1.1", @@ -15999,16 +15998,17 @@ } }, "node_modules/react-syntax-highlighter": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.6.1.tgz", - "integrity": "sha512-OqJ2/vL7lEeV5zTJyG7kmARppUjiB9h9udl4qHQjjgEos66z00Ia0OckwYfRxCSFrW8RJIBnsBwQsHZbVPspqg==", + "version": "15.6.3", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.6.3.tgz", + "integrity": "sha512-HebdyA9r20hgmA0q8RyRJ4c/vB4E6KL2HeWb5MNjU3iJEiT2w9jfU2RJsmI6f3Cy3SGE5tm0AIkBzM/E7e9/lQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.3.1", "highlight.js": "^10.4.1", "highlightjs-vue": "^1.0.0", "lowlight": "^1.17.0", - "prismjs": "^1.27.0", + "prismjs": "^1.30.0", "refractor": "^3.6.0" }, "peerDependencies": { diff --git a/package.json b/package.json index 606dd6c..166b6b8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "react-responsive": "^10.0.0", - "react-syntax-highlighter": "^15.5.0" + "react-syntax-highlighter": "^15.6.3" }, "peerDependencies": { "react": ">=18.3" @@ -55,7 +55,7 @@ "playwright": "^1.53.1", "react": "^18.3.0", "react-dom": "^18.3.0", - "react-syntax-highlighter": "^15.5.0", + "react-syntax-highlighter": "^15.6.3", "storybook": "^9.0.13", "typescript": "^5", "vitest": "^2.1.1",