From f0e5ad2d3ced4fba26bf420f6f09cdcc565840cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 18:13:03 +0100 Subject: [PATCH] chore(deps): bump simple-icons from 9.4.0 to 9.5.0 (#9378) Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 9.4.0 to 9.5.0. - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/9.4.0...9.5.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94b5f778d6..296ee0e169 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.3", - "simple-icons": "9.4.0", + "simple-icons": "9.5.0", "webextension-store-meta": "^1.0.5", "xpath": "~0.0.32" }, @@ -23831,9 +23831,9 @@ } }, "node_modules/simple-icons": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.4.0.tgz", - "integrity": "sha512-rpDJGJN7txOtlP2q1eXqti8oIHR6/qCkDl+Vf+bxfCT6qVJmkb7D4ctW932eNVejn6JL2NcNQF84/PqEgXCvXQ==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.5.0.tgz", + "integrity": "sha512-FEtVYBJgsQb+Oz2f6DBbPipOl/9QVAEPvxZj1bllsoRsYL2LfufvhPDSLUdmpClUUDW5UjphBoEwBQvqJ1p3lg==", "engines": { "node": ">=0.12.18" }, @@ -45833,9 +45833,9 @@ "dev": true }, "simple-icons": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.4.0.tgz", - "integrity": "sha512-rpDJGJN7txOtlP2q1eXqti8oIHR6/qCkDl+Vf+bxfCT6qVJmkb7D4ctW932eNVejn6JL2NcNQF84/PqEgXCvXQ==" + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.5.0.tgz", + "integrity": "sha512-FEtVYBJgsQb+Oz2f6DBbPipOl/9QVAEPvxZj1bllsoRsYL2LfufvhPDSLUdmpClUUDW5UjphBoEwBQvqJ1p3lg==" }, "simple-update-notifier": { "version": "1.1.0", diff --git a/package.json b/package.json index 75c38b79b8..3dbdbd46fd 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "qs": "^6.11.2", "query-string": "^8.1.0", "semver": "~7.5.3", - "simple-icons": "9.4.0", + "simple-icons": "9.5.0", "webextension-store-meta": "^1.0.5", "xpath": "~0.0.32" },