From 3dfef0011c70727bd85802f377e54d9828fa1c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 20:53:02 +0100 Subject: [PATCH] chore(deps): bump simple-icons from 9.5.0 to 9.6.0 (#9401) Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 9.5.0 to 9.6.0. - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/9.5.0...9.6.0) --- updated-dependencies: - dependency-name: simple-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9600c4704bb5a..0acbee342ac46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "qs": "^6.11.2", "query-string": "^8.1.0", "semver": "~7.5.4", - "simple-icons": "9.5.0", + "simple-icons": "9.6.0", "webextension-store-meta": "^1.0.5", "xpath": "~0.0.33" }, @@ -23820,9 +23820,9 @@ } }, "node_modules/simple-icons": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.5.0.tgz", - "integrity": "sha512-FEtVYBJgsQb+Oz2f6DBbPipOl/9QVAEPvxZj1bllsoRsYL2LfufvhPDSLUdmpClUUDW5UjphBoEwBQvqJ1p3lg==", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.6.0.tgz", + "integrity": "sha512-FIU1gM30p26vdKMyj+aX3BAbiKpZMf3DL3YwtcJMoC2UE/QaxCZnZQ08kmnRlId6MvQMx4HD9AgeOds63xplaA==", "engines": { "node": ">=0.12.18" }, diff --git a/package.json b/package.json index bd4368d3ceae1..10aefa2968617 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "qs": "^6.11.2", "query-string": "^8.1.0", "semver": "~7.5.4", - "simple-icons": "9.5.0", + "simple-icons": "9.6.0", "webextension-store-meta": "^1.0.5", "xpath": "~0.0.33" },