From e244c99f0df3f9d3290c3fc64d5e4b62dc49db93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:41:29 +0000 Subject: [PATCH] Bump @primer/octicons-react from 16.1.1 to 17.8.0 Bumps [@primer/octicons-react](https://github.com/primer/octicons) from 16.1.1 to 17.8.0. - [Release notes](https://github.com/primer/octicons/releases) - [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/octicons/compare/v16.1.1...v17.8.0) --- updated-dependencies: - dependency-name: "@primer/octicons-react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 ++++++++++++++++++++------- package.json | 2 +- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2a1b7c0b48e..f553880a2c78 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.8.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.8.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.8.0.tgz", + "integrity": "sha512-arLdPgMz5Se1svrm5Y7WIeSUHp02Kn4hZcJ/ELgthQJrAa6r+LpidVyzAF/aOzR5DQEwN7zvA5EjnzocTir4Yw==", "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.8.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.8.0.tgz", + "integrity": "sha512-arLdPgMz5Se1svrm5Y7WIeSUHp02Kn4hZcJ/ELgthQJrAa6r+LpidVyzAF/aOzR5DQEwN7zvA5EjnzocTir4Yw==", "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..2dfb7e63f74b 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.8.0", "accept-language-parser": "^1.5.0", "ajv": "^8.6.3", "ajv-formats": "^2.1.1",