From ac1494606a69cc0be508cc12c333fcf006327efd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 10:18:01 +0000 Subject: [PATCH] Bump rehype-highlight from 5.0.0 to 6.0.0 Bumps [rehype-highlight](https://github.com/rehypejs/rehype-highlight) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/rehypejs/rehype-highlight/releases) - [Commits](https://github.com/rehypejs/rehype-highlight/compare/5.0.0...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 | 44 +++++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 38 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fe905c020a8..fac58f225c7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "react-syntax-highlighter": "^15.4.4", "redis": "^3.1.2", "rehype-autolink-headings": "^6.1.0", - "rehype-highlight": "^5.0.0", + "rehype-highlight": "^6.0.0", "rehype-raw": "^6.1.0", "rehype-slug": "^5.0.0", "rehype-stringify": "^9.0.2", @@ -8374,6 +8374,16 @@ "node": ">= 0.8.0" } }, + "node_modules/escodegen/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/escodegen/node_modules/type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", @@ -18275,9 +18285,9 @@ } }, "node_modules/rehype-highlight": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-5.0.0.tgz", - "integrity": "sha512-LXbdRzHM0PNzVfHvbiF+r/BZzCHSdtpSTCnJej6ZuvJKDKRVfwl0Io5b81gWqUnfZmpzjhPAzm5es4iikv1jzg==", + "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", @@ -18302,6 +18312,14 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/rehype-highlight/node_modules/highlight.js": { + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.3.1.tgz", + "integrity": "sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==", + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/rehype-highlight/node_modules/lowlight": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-2.4.0.tgz", @@ -29096,6 +29114,13 @@ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", "dev": true }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true + }, "type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", @@ -36620,9 +36645,9 @@ } }, "rehype-highlight": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-5.0.0.tgz", - "integrity": "sha512-LXbdRzHM0PNzVfHvbiF+r/BZzCHSdtpSTCnJej6ZuvJKDKRVfwl0Io5b81gWqUnfZmpzjhPAzm5es4iikv1jzg==", + "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", @@ -36639,6 +36664,11 @@ "format": "^0.2.0" } }, + "highlight.js": { + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.3.1.tgz", + "integrity": "sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==" + }, "lowlight": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-2.4.0.tgz", diff --git a/package.json b/package.json index ef7fbfd6cdf7..977d610ea5bc 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react-syntax-highlighter": "^15.4.4", "redis": "^3.1.2", "rehype-autolink-headings": "^6.1.0", - "rehype-highlight": "^5.0.0", + "rehype-highlight": "^6.0.0", "rehype-raw": "^6.1.0", "rehype-slug": "^5.0.0", "rehype-stringify": "^9.0.2",