From 4330beb992a51255f96061fe1a4861555c776f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 16:27:16 +0000 Subject: [PATCH] Bump @primer/octicons from 16.1.1 to 17.9.0 Bumps [@primer/octicons](https://github.com/primer/octicons) from 16.1.1 to 17.9.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.9.0) --- updated-dependencies: - dependency-name: "@primer/octicons" 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 f4a4b1baee00..b5b835d1bf93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@hapi/accept": "^5.0.2", "@primer/components": "^32.1.0", "@primer/css": "^18.2.0", - "@primer/octicons": "^16.1.1", + "@primer/octicons": "^17.9.0", "@primer/octicons-react": "^16.1.1", "@react-aria/ssr": "^3.1.0", "accept-language-parser": "^1.5.0", @@ -3697,9 +3697,9 @@ "integrity": "sha512-gwSVf5rVf2CMa/bU3/47LZosDHNfODMRJfKi7uJOqHWABVNl6Lf+thDM7Jb8tS9sEQQsUnrLDiGNjCScS81IXA==" }, "node_modules/@primer/octicons": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-16.1.1.tgz", - "integrity": "sha512-qlMErXg4I7oOofP4d5GceLbNpjTRSkyLoe5Ng1mfebtTvjeBj8x+kdqgwFWLRp7QO1ye5AaxcCvn1AJMAeURzw==", + "version": "17.9.0", + "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-17.9.0.tgz", + "integrity": "sha512-B6y3VxPrF6U+GUjZR883NsstI7v/Qcup9puDG+fOJvCm8b7UXNl46TbRrctMCZnYlyIzUF3/SgjJhr5od/Y6sw==", "dependencies": { "object-assign": "^4.1.1" } @@ -18954,6 +18954,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", @@ -25834,9 +25842,9 @@ } }, "@primer/octicons": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-16.1.1.tgz", - "integrity": "sha512-qlMErXg4I7oOofP4d5GceLbNpjTRSkyLoe5Ng1mfebtTvjeBj8x+kdqgwFWLRp7QO1ye5AaxcCvn1AJMAeURzw==", + "version": "17.9.0", + "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-17.9.0.tgz", + "integrity": "sha512-B6y3VxPrF6U+GUjZR883NsstI7v/Qcup9puDG+fOJvCm8b7UXNl46TbRrctMCZnYlyIzUF3/SgjJhr5od/Y6sw==", "requires": { "object-assign": "^4.1.1" } @@ -37738,6 +37746,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 e50d9d2c8793..ffe28a8bd806 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@hapi/accept": "^5.0.2", "@primer/components": "^32.1.0", "@primer/css": "^18.2.0", - "@primer/octicons": "^16.1.1", + "@primer/octicons": "^17.9.0", "@primer/octicons-react": "^16.1.1", "@react-aria/ssr": "^3.1.0", "accept-language-parser": "^1.5.0",