diff --git a/package-lock.json b/package-lock.json index f4a4b1baee00..a0e2d11b68d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@primer/components": "^32.1.0", "@primer/css": "^18.2.0", "@primer/octicons": "^16.1.1", - "@primer/octicons-react": "^16.1.1", + "@primer/octicons-react": "^17.0.0", "@react-aria/ssr": "^3.1.0", "accept-language-parser": "^1.5.0", "ajv": "^8.8.2", @@ -3680,6 +3680,17 @@ "styled-components": "4.x || 5.x" } }, + "node_modules/@primer/components/node_modules/@primer/octicons-react": { + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-16.3.1.tgz", + "integrity": "sha512-uzTs8/CvLiW1/47cgMRkIK9bKWpnw+UonCbgczXErwSSLqMDHfiiTpobW1trvRuoiMgLwsPo0l7kBBdKBnmq3g==", + "engines": { + "node": ">=8" + }, + "peerDependencies": { + "react": ">=15" + } + }, "node_modules/@primer/css": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/@primer/css/-/css-18.2.0.tgz", @@ -3705,9 +3716,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.0.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.0.0.tgz", + "integrity": "sha512-/9VLaNVNWwmTFgFlaxO3r+4GbqiG05ytkDLbKxBAdBiOJLadUPo6P0k+/zJdp8No/S2bBNvEtZNNk5zQj87H4w==", "engines": { "node": ">=8" }, @@ -25816,6 +25827,14 @@ "deepmerge": "4.2.2", "focus-visible": "5.2.0", "styled-system": "5.1.5" + }, + "dependencies": { + "@primer/octicons-react": { + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-16.3.1.tgz", + "integrity": "sha512-uzTs8/CvLiW1/47cgMRkIK9bKWpnw+UonCbgczXErwSSLqMDHfiiTpobW1trvRuoiMgLwsPo0l7kBBdKBnmq3g==", + "requires": {} + } } }, "@primer/css": { @@ -25842,9 +25861,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.0.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.0.0.tgz", + "integrity": "sha512-/9VLaNVNWwmTFgFlaxO3r+4GbqiG05ytkDLbKxBAdBiOJLadUPo6P0k+/zJdp8No/S2bBNvEtZNNk5zQj87H4w==", "requires": {} }, "@primer/primitives": { diff --git a/package.json b/package.json index e50d9d2c8793..c18069ed8828 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@primer/components": "^32.1.0", "@primer/css": "^18.2.0", "@primer/octicons": "^16.1.1", - "@primer/octicons-react": "^16.1.1", + "@primer/octicons-react": "^17.0.0", "@react-aria/ssr": "^3.1.0", "accept-language-parser": "^1.5.0", "ajv": "^8.8.2",