diff --git a/package-lock.json b/package-lock.json index 01e1bb86e4d8..1496d84cf6b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "remark-gfm": "^3.0.0", "remark-parse": "^10.0.0", "remark-parse-no-trim": "^8.0.4", - "remark-rehype": "^10.0.0", + "remark-rehype": "^10.0.1", "revalidator": "^0.3.1", "rss-parser": "^3.12.0", "scroll-anchoring": "^0.1.0", @@ -20815,9 +20815,9 @@ } }, "node_modules/remark-rehype": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.0.0.tgz", - "integrity": "sha512-WgvJFpfRLfnyHGvQaMgLXVfaXIXVA9FFo7tSky0omLLukZvDJdobZ2V/wYGd2xlScPVZNx6/99fb5kLFT2uFWQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.0.1.tgz", + "integrity": "sha512-9itJLLOrbjrAi0qO5Rh0Wzi1d3eqvRvDWSsfif6W/BInVgCvzqSnB7BSfQRtb6MLfQiufXYG3NbbUqfE0p7nTA==", "dependencies": { "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", @@ -41560,9 +41560,9 @@ } }, "remark-rehype": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.0.0.tgz", - "integrity": "sha512-WgvJFpfRLfnyHGvQaMgLXVfaXIXVA9FFo7tSky0omLLukZvDJdobZ2V/wYGd2xlScPVZNx6/99fb5kLFT2uFWQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.0.1.tgz", + "integrity": "sha512-9itJLLOrbjrAi0qO5Rh0Wzi1d3eqvRvDWSsfif6W/BInVgCvzqSnB7BSfQRtb6MLfQiufXYG3NbbUqfE0p7nTA==", "requires": { "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", diff --git a/package.json b/package.json index ea47e2348ba7..b2cd5914a15a 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "remark-gfm": "^3.0.0", "remark-parse": "^10.0.0", "remark-parse-no-trim": "^8.0.4", - "remark-rehype": "^10.0.0", + "remark-rehype": "^10.0.1", "revalidator": "^0.3.1", "rss-parser": "^3.12.0", "scroll-anchoring": "^0.1.0",