From 219a8865e6adcff3f044e132e7bf64969837982d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 18:46:07 +0000 Subject: [PATCH] Bump rehype-highlight from 5.0.2 to 6.0.0 Bumps [rehype-highlight](https://github.com/rehypejs/rehype-highlight) from 5.0.2 to 6.0.0. - [Release notes](https://github.com/rehypejs/rehype-highlight/releases) - [Commits](https://github.com/rehypejs/rehype-highlight/compare/5.0.2...6.0.0) --- updated-dependencies: - dependency-name: rehype-highlight dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc54140cb6c9..b420d44b5eff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "react-markdown": "^8.0.3", "react-syntax-highlighter": "^15.5.0", "rehype-autolink-headings": "^6.1.1", - "rehype-highlight": "^5.0.2", + "rehype-highlight": "^6.0.0", "rehype-raw": "^6.1.1", "rehype-slug": "^5.0.1", "rehype-stringify": "^9.0.3", @@ -17203,8 +17203,9 @@ } }, "node_modules/rehype-highlight": { - "version": "5.0.2", - "license": "MIT", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-6.0.0.tgz", + "integrity": "sha512-q7UtlFicLhetp7K48ZgZiJgchYscMma7XjzX7t23bqEJF8m6/s+viXQEe4oHjrATTIZpX7RG8CKD7BlNZoh9gw==", "dependencies": { "@types/hast": "^2.0.0", "hast-util-to-text": "^3.0.0", @@ -32662,7 +32663,9 @@ } }, "rehype-highlight": { - "version": "5.0.2", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-6.0.0.tgz", + "integrity": "sha512-q7UtlFicLhetp7K48ZgZiJgchYscMma7XjzX7t23bqEJF8m6/s+viXQEe4oHjrATTIZpX7RG8CKD7BlNZoh9gw==", "requires": { "@types/hast": "^2.0.0", "hast-util-to-text": "^3.0.0", diff --git a/package.json b/package.json index ef7abd5479d4..3a3c6960743b 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "react-markdown": "^8.0.3", "react-syntax-highlighter": "^15.5.0", "rehype-autolink-headings": "^6.1.1", - "rehype-highlight": "^5.0.2", + "rehype-highlight": "^6.0.0", "rehype-raw": "^6.1.1", "rehype-slug": "^5.0.1", "rehype-stringify": "^9.0.3",