deps: bump @primer/octicons-react from 17.12.0 to 19.8.0 (#751)

Bumps [@primer/octicons-react](https://github.com/primer/octicons) from 17.12.0 to 19.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/v17.12.0...v19.8.0) --- updated-dependencies: - dependency-name: "@primer/octicons-react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Oct 13, 2023 at 08:51 UTC fa94a55f4cdde22bcbede01583feeb62ee0d1e6f
2 files changed +6 -17
package-lock.json
+5 -16
@@ -7152,14 +7152,14 @@
7152 }
7153 },
7154 "node_modules/@primer/octicons-react": {
7155 - "version": "17.12.0",
7156 - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.12.0.tgz",
7157 - "integrity": "sha512-GUjV6IT1Ck2lu2GVu1loR0e2dcX2e9aIVmX5rBdR7HJnRdYKY7XH+FnYj7y9sEmzUdNEDswxkefiQlfGrBXlzA==",
7155 + "version": "19.8.0",
7156 + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.8.0.tgz",
7157 + "integrity": "sha512-2Z+D7xTloFTLQVRUEbg0pQpe6aTL9RR+8RqBhjkrF+BFuVdM1ENOyjywaGEO7DIkPU5Zxlv0gxSlD85LQxL+sw==",
7158 "engines": {
7159 "node": ">=8"
7160 },
7161 "peerDependencies": {
7162 - "react": ">=15"
7162 + "react": ">=16.3"
7163 }
7164 },
7165 "node_modules/@primer/primitives": {
@@ -7213,17 +7213,6 @@
7213 "styled-components": "4.x || 5.x"
7214 }
7215 },
7216 - "node_modules/@primer/react/node_modules/@primer/octicons-react": {
7217 - "version": "19.8.0",
7218 - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.8.0.tgz",
7219 - "integrity": "sha512-2Z+D7xTloFTLQVRUEbg0pQpe6aTL9RR+8RqBhjkrF+BFuVdM1ENOyjywaGEO7DIkPU5Zxlv0gxSlD85LQxL+sw==",
7220 - "engines": {
7221 - "node": ">=8"
7222 - },
7223 - "peerDependencies": {
7224 - "react": ">=16.3"
7225 - }
7226 - },
7216 "node_modules/@primer/react/node_modules/@types/styled-components": {
7217 "version": "5.1.28",
7218 "resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.28.tgz",
@@ -34059,7 +34048,7 @@
34048 "@mdx-js/mdx": "^1.6.22",
34049 "@mdx-js/react": "^1.6.22",
34050 "@primer/components": "^23.0.0",
34062 - "@primer/octicons-react": "^17.12.0",
34051 + "@primer/octicons-react": "^19.8.0",
34052 "@primer/react": "^35.31.0",
34053 "@styled-system/theme-get": "^5.1.2",
34054 "@testing-library/react": "^9.5.0",
theme/package.json
+1 -1
@@ -30,7 +30,7 @@
30 "@mdx-js/mdx": "^1.6.22",
31 "@mdx-js/react": "^1.6.22",
32 "@primer/components": "^23.0.0",
33 - "@primer/octicons-react": "^17.12.0",
33 + "@primer/octicons-react": "^19.8.0",
34 "@primer/react": "^35.31.0",
35 "@styled-system/theme-get": "^5.1.2",
36 "@testing-library/react": "^9.5.0",