diff --git a/package-lock.json b/package-lock.json index 6e91c6c87b15..555938300ff8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,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", @@ -16930,8 +16930,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", @@ -32241,7 +32242,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 9cf95a62c701..00f2da22467c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,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",