diff --git a/package-lock.json b/package-lock.json index a2a1b7c0b48e..5ff7e9a271bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@primer/components": "^31.1.0", "@primer/css": "^18.1.0", "@primer/octicons": "^16.1.1", - "@primer/octicons-react": "^16.1.1", + "@primer/octicons-react": "^17.5.0", "accept-language-parser": "^1.5.0", "ajv": "^8.6.3", "ajv-formats": "^2.1.1", @@ -3549,9 +3549,9 @@ } }, "node_modules/@primer/octicons-react": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-16.1.1.tgz", - "integrity": "sha512-xCxQ5z23ol7yDuJs85Lc4ARzyoay+b3zOhAKkEMU7chk0xi2hT2OnRP23QUudNNDPTGozX268RGYLexUa6P4xw==", + "version": "17.5.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.5.0.tgz", + "integrity": "sha512-7z/uwKn/3w+DHEMFynEfHLYPHMjFzvsL88plimWhXou1hD4lriCUTvp65uDvdpyLqKyq5luEupnQmU+RiBODog==", "engines": { "node": ">=8" }, @@ -18292,6 +18292,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", @@ -25314,9 +25322,9 @@ } }, "@primer/octicons-react": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-16.1.1.tgz", - "integrity": "sha512-xCxQ5z23ol7yDuJs85Lc4ARzyoay+b3zOhAKkEMU7chk0xi2hT2OnRP23QUudNNDPTGozX268RGYLexUa6P4xw==", + "version": "17.5.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.5.0.tgz", + "integrity": "sha512-7z/uwKn/3w+DHEMFynEfHLYPHMjFzvsL88plimWhXou1hD4lriCUTvp65uDvdpyLqKyq5luEupnQmU+RiBODog==", "requires": {} }, "@primer/primitives": { @@ -36885,6 +36893,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 fc104182eae6..a7fd5b778f4a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@primer/components": "^31.1.0", "@primer/css": "^18.1.0", "@primer/octicons": "^16.1.1", - "@primer/octicons-react": "^16.1.1", + "@primer/octicons-react": "^17.5.0", "accept-language-parser": "^1.5.0", "ajv": "^8.6.3", "ajv-formats": "^2.1.1",