diff --git a/package-lock.json b/package-lock.json index 46002fd01f62..41de9d00d125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,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", @@ -17198,8 +17198,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", @@ -32685,7 +32686,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 f620c3bd15a2..e5b01c5a08de 100644 --- a/package.json +++ b/package.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",