From b416308e84a0d98b0ab68228ebc765b6c92d593a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:48:40 +0000 Subject: [PATCH] chore(deps): bump react-syntax-highlighter in /website-astro Bumps [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) from 16.1.0 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/v16.1.0...v16.1.1) --- updated-dependencies: - dependency-name: react-syntax-highlighter dependency-version: 16.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- website-astro/package-lock.json | 8 ++++---- website-astro/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website-astro/package-lock.json b/website-astro/package-lock.json index 12b62dcc2..f943b7a47 100644 --- a/website-astro/package-lock.json +++ b/website-astro/package-lock.json @@ -35,7 +35,7 @@ "react-dom": "^19.2.0", "react-responsive-masonry": "^2.7.1", "react-router-dom": "^6.28.0", - "react-syntax-highlighter": "^16.1.0", + "react-syntax-highlighter": "^16.1.1", "react-type-animation": "^3.2.0", "sharp": "^0.34.2", "tailwindcss": "^4.1.14", @@ -7907,9 +7907,9 @@ } }, "node_modules/react-syntax-highlighter": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-16.1.0.tgz", - "integrity": "sha512-E40/hBiP5rCNwkeBN1vRP+xow1X0pndinO+z3h7HLsHyjztbyjfzNWNKuAsJj+7DLam9iT4AaaOZnueCU+Nplg==", + "version": "16.1.1", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-16.1.1.tgz", + "integrity": "sha512-PjVawBGy80C6YbC5DDZJeUjBmC7skaoEUdvfFQediQHgCL7aKyVHe57SaJGfQsloGDac+gCpTfRdtxzWWKmCXA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.4", diff --git a/website-astro/package.json b/website-astro/package.json index 27848423f..f4124084e 100644 --- a/website-astro/package.json +++ b/website-astro/package.json @@ -41,7 +41,7 @@ "react-dom": "^19.2.0", "react-responsive-masonry": "^2.7.1", "react-router-dom": "^6.28.0", - "react-syntax-highlighter": "^16.1.0", + "react-syntax-highlighter": "^16.1.1", "react-type-animation": "^3.2.0", "sharp": "^0.34.2", "tailwindcss": "^4.1.14",