diff --git a/package-lock.json b/package-lock.json index 851a2d6fb91b..f5836f4869e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "helmet": "^4.6.0", "highlight.js": "11.2.0", "highlightjs-graphql": "^1.0.2", - "hot-shots": "^8.5.2", + "hot-shots": "^9.3.0", "html-entities": "^2.3.2", "imurmurhash": "^0.1.4", "js-cookie": "^3.0.1", @@ -10732,14 +10732,14 @@ } }, "node_modules/hot-shots": { - "version": "8.5.2", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-8.5.2.tgz", - "integrity": "sha512-1CKCtbYU28KtRriRW+mdOZzKce0WPqU0FOYE4bYs3gD1bFpOrYzQDXfQ09Qz9dJPEltasDOGhFKiYaiuW/j9Dg==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-9.3.0.tgz", + "integrity": "sha512-e4tgWptiBvlIMnAX0ORe+dNEt0HznD+T2ckzXDUwCBsU7uWr2mwq5UtoT+Df5r9hD5S/DuP8rTxJUQvqAFSFKA==", "engines": { "node": ">=6.0.0" }, "optionalDependencies": { - "unix-dgram": "2.0.x" + "unix-dgram": "2.x" } }, "node_modules/html_codesniffer": { @@ -18287,6 +18287,14 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/rehype-highlight/node_modules/highlight.js": { + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.3.1.tgz", + "integrity": "sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==", + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/rehype-highlight/node_modules/lowlight": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-2.4.0.tgz", @@ -31141,11 +31149,11 @@ } }, "hot-shots": { - "version": "8.5.2", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-8.5.2.tgz", - "integrity": "sha512-1CKCtbYU28KtRriRW+mdOZzKce0WPqU0FOYE4bYs3gD1bFpOrYzQDXfQ09Qz9dJPEltasDOGhFKiYaiuW/j9Dg==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-9.3.0.tgz", + "integrity": "sha512-e4tgWptiBvlIMnAX0ORe+dNEt0HznD+T2ckzXDUwCBsU7uWr2mwq5UtoT+Df5r9hD5S/DuP8rTxJUQvqAFSFKA==", "requires": { - "unix-dgram": "2.0.x" + "unix-dgram": "2.x" } }, "html_codesniffer": { @@ -36873,6 +36881,11 @@ "format": "^0.2.0" } }, + "highlight.js": { + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.3.1.tgz", + "integrity": "sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==" + }, "lowlight": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-2.4.0.tgz", diff --git a/package.json b/package.json index 8f6dda42cfe2..c829a9a0c5c0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "helmet": "^4.6.0", "highlight.js": "11.2.0", "highlightjs-graphql": "^1.0.2", - "hot-shots": "^8.5.2", + "hot-shots": "^9.3.0", "html-entities": "^2.3.2", "imurmurhash": "^0.1.4", "js-cookie": "^3.0.1",