From 556ebe8d579701a19a34b10a438fbe64b31b7890 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 08:14:03 +0000 Subject: [PATCH] Bump @primer/octicons from 10.1.0 to 11.0.0 Bumps [@primer/octicons](https://github.com/primer/octicons) from 10.1.0 to 11.0.0. - [Release notes](https://github.com/primer/octicons/releases) - [Changelog](https://github.com/primer/octicons/blob/master/CHANGELOG.md) - [Commits](https://github.com/primer/octicons/compare/v10.1.0...v11.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index df0c76669..21a8b37c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -306,9 +306,9 @@ } }, "@primer/octicons": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-10.1.0.tgz", - "integrity": "sha512-oXfV0uIe7I4cb3vUzBPlPZGL5SQ3+joyyRcmk28aJiGFySl8brzL0MJC63RahiNEnIFrL3D5BRVgz5ZGGuHCOg==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-11.0.0.tgz", + "integrity": "sha512-aMM2n7dl4ToEqQH9ZWQ8M8alGCoGsRk2k5hT5h3KXd54YFKte1twhJDvyQjIjjxqggNh5NUfyuqTOv6MPCVSKQ==", "dev": true, "requires": { "object-assign": "^4.1.1" diff --git a/package.json b/package.json index 5281e8f12..cea48a0b8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@fortawesome/fontawesome-free": "^5.14.0", "@mdi/svg": "^5.5.55", - "@primer/octicons": "^10.1.0", + "@primer/octicons": "^11.0.0", "@types/clipboard": "^2.0.1", "@types/copy-webpack-plugin": "^6.0.0", "@types/escape-html": "1.0.0",