From a21db50b6e6b40a52717010d456fa3083db98ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 05:30:13 +0000 Subject: [PATCH] Bump @primer/styled-octicons from 17.3.0 to 18.0.0 in /shio-ui Bumps [@primer/styled-octicons](https://github.com/primer/octicons) from 17.3.0 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.3.0...v18.0.0) --- updated-dependencies: - dependency-name: "@primer/styled-octicons" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- shio-ui/package-lock.json | 24 ++++++++++++------------ shio-ui/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/shio-ui/package-lock.json b/shio-ui/package-lock.json index 096add30e..87b7fba9e 100644 --- a/shio-ui/package-lock.json +++ b/shio-ui/package-lock.json @@ -2565,9 +2565,9 @@ "integrity": "sha512-04ZwfJhpZ0QFwDrJfCuLX6iOh0BflWDTvuoRA80lQH9xk0RtIg16INbruwwtnbSgnKKXXRSykRRJ5BbxnqufRA==" }, "@primer/styled-octicons": { - "version": "17.3.0", - "resolved": "https://registry.npmjs.org/@primer/styled-octicons/-/styled-octicons-17.3.0.tgz", - "integrity": "sha512-NQVAaJNEErlDGkMp3/yxN+yp7bc0N1Ms2w6BXcNPPW91G+YHmQTwuwr6Q6SNTox6fjnc5Y0OjhMKIBYKwA3okw==", + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@primer/styled-octicons/-/styled-octicons-18.0.0.tgz", + "integrity": "sha512-9Vr8o37JHhQ24Z1x48ON6H88TvshVU7UsIupaJkuS88FouD43UfRq3P5+PyF47JvZATGwxUleNHDAIiNCqmNRQ==", "requires": { "@styled-system/css": "^5.1.5", "@styled-system/prop-types": "^5.1.5", @@ -2866,17 +2866,17 @@ "dev": true }, "@types/styled-system": { - "version": "5.1.15", - "resolved": "https://registry.npmjs.org/@types/styled-system/-/styled-system-5.1.15.tgz", - "integrity": "sha512-1uls4wipZn8FtYFZ7upRVFDoEeOXTQTs2zuyOZPn02T6rjIxtvj2P2lG5qsxXHhKuKsu3thveCZrtaeLE/ibLg==", + "version": "5.1.16", + "resolved": "https://registry.npmjs.org/@types/styled-system/-/styled-system-5.1.16.tgz", + "integrity": "sha512-+dyGs2n2o6QStsexh87NeaRmXYnKOnEe7iOEkcYOwKwI5a1gFL0+Mt/hZKi+4KD1qDMkLkGb0lpDrffb/vSkDQ==", "requires": { "csstype": "^3.0.2" } }, "@types/styled-system__css": { - "version": "5.0.16", - "resolved": "https://registry.npmjs.org/@types/styled-system__css/-/styled-system__css-5.0.16.tgz", - "integrity": "sha512-Cji5miCIpR27m8yzH6y3cLU6106N4GVyPgUhBQ4nL7VxgoeAtRdAriKdGTnRgJzSpT3HyB7h5G//cDWOl0M1jQ==", + "version": "5.0.17", + "resolved": "https://registry.npmjs.org/@types/styled-system__css/-/styled-system__css-5.0.17.tgz", + "integrity": "sha512-QF67UqeDdigjurmckNPCwkYjZriX270ghPiA6f3GqJG6jg7E4hcq7eGtdYh/DNivMz8sklBfT8y7r5brkCr7QA==", "requires": { "csstype": "^3.0.2" } @@ -5281,9 +5281,9 @@ } }, "csstype": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz", - "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", + "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" }, "currently-unhandled": { "version": "0.4.1", diff --git a/shio-ui/package.json b/shio-ui/package.json index 90f2aae90..b999fdda7 100644 --- a/shio-ui/package.json +++ b/shio-ui/package.json @@ -32,7 +32,7 @@ "@fortawesome/free-solid-svg-icons": "^6.1.1", "@primer/css": "^20.2.3", "@primer/octicons": "*", - "@primer/styled-octicons": "^17.3.0", + "@primer/styled-octicons": "^18.0.0", "@tinymce/tinymce-angular": "^4.2.4", "ace-builds": "1.6.1", "ace-editor-ng9": "^9.1.11",