From 2b881f330d885ec7fc79dec65c726d0161aaa5d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 08:47:06 +0000 Subject: [PATCH] chore(deps): bump simple-icons from 9.0.0 to 9.1.0 (#9271) Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/9.0.0...9.1.0) --- updated-dependencies: - dependency-name: simple-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[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 45df7c9905..cf305149d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "qs": "^6.11.2", "query-string": "^8.1.0", "semver": "~7.5.0", - "simple-icons": "9.0.0", + "simple-icons": "9.1.0", "webextension-store-meta": "^1.0.5", "xpath": "~0.0.32" }, @@ -23764,9 +23764,9 @@ } }, "node_modules/simple-icons": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.0.0.tgz", - "integrity": "sha512-UH/p2KveJCntShjJedJ7qXkGDxdIpSEayyCNUGJ9KUMYfFEDn3OGp12dIYLKZ3mpyeUOTn2dhWrTGxm/sDKnFw==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.1.0.tgz", + "integrity": "sha512-kbNcT5mduoWrNZz7i+IRadiLeKMj17tzZ1WpAaTSeIV2SxdfnUSL3ctZD83OT7RYTX03wLbqhskb8tv+sBPxxg==", "engines": { "node": ">=0.12.18" }, @@ -45916,9 +45916,9 @@ "dev": true }, "simple-icons": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.0.0.tgz", - "integrity": "sha512-UH/p2KveJCntShjJedJ7qXkGDxdIpSEayyCNUGJ9KUMYfFEDn3OGp12dIYLKZ3mpyeUOTn2dhWrTGxm/sDKnFw==" + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.1.0.tgz", + "integrity": "sha512-kbNcT5mduoWrNZz7i+IRadiLeKMj17tzZ1WpAaTSeIV2SxdfnUSL3ctZD83OT7RYTX03wLbqhskb8tv+sBPxxg==" }, "simple-update-notifier": { "version": "1.1.0", diff --git a/package.json b/package.json index 6bb1d3c87f..5a2c7343b2 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "qs": "^6.11.2", "query-string": "^8.1.0", "semver": "~7.5.0", - "simple-icons": "9.0.0", + "simple-icons": "9.1.0", "webextension-store-meta": "^1.0.5", "xpath": "~0.0.32" }, -- GitLab