From 6f4ebbad5e180930271d80abbaae5f858b081c86 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 27 Jul 2024 17:59:48 +0000
Subject: [PATCH] chore(deps): bump simple-icons from 13.1.0 to 13.2.0 (#10410)

Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 13.1.0 to 13.2.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/13.1.0...13.2.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>
---
 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 cb24f9c44c..9ade21a177 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -51,7 +51,7 @@
         "qs": "^6.12.3",
         "query-string": "^9.1.0",
         "semver": "~7.6.3",
-        "simple-icons": "13.1.0",
+        "simple-icons": "13.2.0",
         "smol-toml": "1.3.0",
         "svg-path-commander": "^2.0.9",
         "webextension-store-meta": "^1.2.3",
@@ -26581,9 +26581,9 @@
       }
     },
     "node_modules/simple-icons": {
-      "version": "13.1.0",
-      "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-13.1.0.tgz",
-      "integrity": "sha512-UUQ5ThpD4J9qkkwnLfloj+mIbJXRHJnMS24lcW+j9ROLpKXysJt2p42iJz/tRi3gEckYaR5+LA5Kb7CZ8Wq8rw==",
+      "version": "13.2.0",
+      "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-13.2.0.tgz",
+      "integrity": "sha512-hWGzqgHatEYjyvrL3b+4aB//CQ3eCIiRvRlQzhwnlJip6EElyO76+ratx0YQ6a4zkvYlT1efj9BQnuTKPqpdXA==",
       "engines": {
         "node": ">=0.12.18"
       },
diff --git a/package.json b/package.json
index f3e2a7ee6d..ab0c8b6481 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
     "qs": "^6.12.3",
     "query-string": "^9.1.0",
     "semver": "~7.6.3",
-    "simple-icons": "13.1.0",
+    "simple-icons": "13.2.0",
     "smol-toml": "1.3.0",
     "svg-path-commander": "^2.0.9",
     "webextension-store-meta": "^1.2.3",
-- 
GitLab