diff --git a/tools/doc/package-lock.json b/tools/doc/package-lock.json index 8106f904cc81aa..2c5088ca68417a 100644 --- a/tools/doc/package-lock.json +++ b/tools/doc/package-lock.json @@ -19,7 +19,7 @@ "remark-gfm": "^3.0.0", "remark-html": "^15.0.0", "remark-parse": "^10.0.0", - "remark-rehype": "^10.0.0", + "remark-rehype": "^10.1.0", "to-vfile": "^7.2.2", "unified": "^10.1.0", "unist-util-select": "^4.0.0", @@ -731,9 +731,9 @@ } }, "node_modules/mdast-util-to-hast": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.0.0.tgz", - "integrity": "sha512-BCeq0Bz103NJvmhB7gN0TDmKRT7x3auJmEp7NcYX1xpqZsQeA3JNLazLhFx6VQPqw30e2zes/coKPAiEqxxUuQ==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.1.1.tgz", + "integrity": "sha512-qE09zD6ylVP14jV4mjLIhDBOrpFdShHZcEsYvvKGABlr9mGbV7mTlRWdoFxL/EYSTNDiC9GZXy7y8Shgb9Dtzw==", "dev": true, "dependencies": { "@types/hast": "^2.0.0", @@ -1522,14 +1522,14 @@ } }, "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.1.0", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.1.0.tgz", + "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==", "dev": true, "dependencies": { "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", - "mdast-util-to-hast": "^12.0.0", + "mdast-util-to-hast": "^12.1.0", "unified": "^10.0.0" }, "funding": { @@ -2339,9 +2339,9 @@ } }, "mdast-util-to-hast": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.0.0.tgz", - "integrity": "sha512-BCeq0Bz103NJvmhB7gN0TDmKRT7x3auJmEp7NcYX1xpqZsQeA3JNLazLhFx6VQPqw30e2zes/coKPAiEqxxUuQ==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.1.1.tgz", + "integrity": "sha512-qE09zD6ylVP14jV4mjLIhDBOrpFdShHZcEsYvvKGABlr9mGbV7mTlRWdoFxL/EYSTNDiC9GZXy7y8Shgb9Dtzw==", "dev": true, "requires": { "@types/hast": "^2.0.0", @@ -2838,14 +2838,14 @@ } }, "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.1.0", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.1.0.tgz", + "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==", "dev": true, "requires": { "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", - "mdast-util-to-hast": "^12.0.0", + "mdast-util-to-hast": "^12.1.0", "unified": "^10.0.0" } }, diff --git a/tools/doc/package.json b/tools/doc/package.json index 9f5f7fd303cf9e..04e5da74d281b5 100644 --- a/tools/doc/package.json +++ b/tools/doc/package.json @@ -15,7 +15,7 @@ "remark-gfm": "^3.0.0", "remark-html": "^15.0.0", "remark-parse": "^10.0.0", - "remark-rehype": "^10.0.0", + "remark-rehype": "^10.1.0", "to-vfile": "^7.2.2", "unified": "^10.1.0", "unist-util-select": "^4.0.0",