From 84a48af965cf33e1f409dc4a17e5e250c2570d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 05:56:47 +0000 Subject: [PATCH] Bump @primer/octicons-react from 17.10.1 to 18.0.0 Bumps [@primer/octicons-react](https://github.com/primer/octicons) from 17.10.1 to 18.0.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/v17.10.1...v18.0.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 | 33 ++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26cf04710fcd..3fac6ea692a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@primer/behaviors": "^1.3.1", "@primer/css": "^20.2.4", "@primer/octicons": "17.10.1", - "@primer/octicons-react": "17.10.1", + "@primer/octicons-react": "18.0.0", "@primer/react": "^35.2.2", "accept-language-parser": "^1.5.0", "ajv": "^8.11.0", @@ -4136,9 +4136,9 @@ } }, "node_modules/@primer/octicons-react": { - "version": "17.10.1", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.10.1.tgz", - "integrity": "sha512-27F3OyrZVifha5bw84lVnuoxcLWaQFiOZ840itfvzRqlDD03q+bUb0wrw26+hGbbXuX8I65rzxh75T32blZFIw==", + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-18.0.0.tgz", + "integrity": "sha512-i97d9dIwjvt145XMIB0pekNi2w0ul8bMnjtXJolF8VS6mQNUFUF31hgjYYVAyaqKCMA3/IDQuHj1K0eHshy8Bw==", "engines": { "node": ">=8" }, @@ -4185,6 +4185,17 @@ "styled-components": "4.x || 5.x" } }, + "node_modules/@primer/react/node_modules/@primer/octicons-react": { + "version": "17.12.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.12.0.tgz", + "integrity": "sha512-GUjV6IT1Ck2lu2GVu1loR0e2dcX2e9aIVmX5rBdR7HJnRdYKY7XH+FnYj7y9sEmzUdNEDswxkefiQlfGrBXlzA==", + "engines": { + "node": ">=8" + }, + "peerDependencies": { + "react": ">=15" + } + }, "node_modules/@radix-ui/react-polymorphic": { "version": "0.0.14", "license": "MIT", @@ -23842,9 +23853,9 @@ } }, "@primer/octicons-react": { - "version": "17.10.1", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.10.1.tgz", - "integrity": "sha512-27F3OyrZVifha5bw84lVnuoxcLWaQFiOZ840itfvzRqlDD03q+bUb0wrw26+hGbbXuX8I65rzxh75T32blZFIw==", + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-18.0.0.tgz", + "integrity": "sha512-i97d9dIwjvt145XMIB0pekNi2w0ul8bMnjtXJolF8VS6mQNUFUF31hgjYYVAyaqKCMA3/IDQuHj1K0eHshy8Bw==", "requires": {} }, "@primer/primitives": { @@ -23875,6 +23886,14 @@ "focus-visible": "^5.2.0", "history": "^5.0.0", "styled-system": "^5.1.5" + }, + "dependencies": { + "@primer/octicons-react": { + "version": "17.12.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.12.0.tgz", + "integrity": "sha512-GUjV6IT1Ck2lu2GVu1loR0e2dcX2e9aIVmX5rBdR7HJnRdYKY7XH+FnYj7y9sEmzUdNEDswxkefiQlfGrBXlzA==", + "requires": {} + } } }, "@radix-ui/react-polymorphic": { diff --git a/package.json b/package.json index 45fbce8a6837..eef2f1865474 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@primer/behaviors": "^1.3.1", "@primer/css": "^20.2.4", "@primer/octicons": "17.10.1", - "@primer/octicons-react": "17.10.1", + "@primer/octicons-react": "18.0.0", "@primer/react": "^35.2.2", "accept-language-parser": "^1.5.0", "ajv": "^8.11.0",