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",