diff --git a/package-lock.json b/package-lock.json index e72f924ba369..236b74385ff9 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", @@ -17008,8 +17008,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", @@ -32389,7 +32390,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",