From 9118ba8d24d8abc0de723a3e8a5cb36020248fbc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Nov 2023 19:19:04 +0000
Subject: [PATCH] chore(deps): bump simple-icons from 9.20.0 to 10.0.0 (#9768)

* chore(deps): bump simple-icons from 9.20.0 to 10.0.0

Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 9.20.0 to 10.0.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/9.20.0...10.0.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* simple icons 10 blog post

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chris48s <git@chris-shaw.dev>
---
 frontend/blog/2023-11-29-simpleicons10.md | 14 ++++++++++++++
 package-lock.json                         |  8 ++++----
 package.json                              |  2 +-
 3 files changed, 19 insertions(+), 5 deletions(-)
 create mode 100644 frontend/blog/2023-11-29-simpleicons10.md

diff --git a/frontend/blog/2023-11-29-simpleicons10.md b/frontend/blog/2023-11-29-simpleicons10.md
new file mode 100644
index 0000000000..716b14c0f0
--- /dev/null
+++ b/frontend/blog/2023-11-29-simpleicons10.md
@@ -0,0 +1,14 @@
+---
+slug: simple-icons-10
+title: Simple Icons 10
+authors:
+  name: chris48s
+  title: Shields.io Core Team
+  url: https://github.com/chris48s
+  image_url: https://avatars.githubusercontent.com/u/6025893
+tags: []
+---
+
+Logos on Shields.io are provided by SimpleIcons. We've recently upgraded to SimpleIcons 10. This release removes 45 icons. A full list of the removals can be found in the [release notes](https://github.com/simple-icons/simple-icons/releases/tag/10.0.0).
+
+Please remember that we are just consumers of SimpleIcons. Decisions about changes and removals are made by the [SimpleIcons](https://github.com/simple-icons/simple-icons) project.
diff --git a/package-lock.json b/package-lock.json
index f8a2bd1de4..602d68fde1 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.20.0",
+        "simple-icons": "10.0.0",
         "smol-toml": "1.1.3",
         "webextension-store-meta": "^1.0.5",
         "xpath": "~0.0.33"
@@ -24403,9 +24403,9 @@
       }
     },
     "node_modules/simple-icons": {
-      "version": "9.20.0",
-      "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.20.0.tgz",
-      "integrity": "sha512-Qs4GyKT7gBrP6ZuWZqUkRmGH09dcYbWMlJNsF8RqOsvXRWI2vWCG7h3NHL/PDIAuMkMviaca/R6/HFtcGYoaig==",
+      "version": "10.0.0",
+      "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-10.0.0.tgz",
+      "integrity": "sha512-oDCgnJ2n3+Ae9Q5hNIuzq0dKwGkmW7h3Jq+HZpd0e3jAQRW/Kp5lnMauakbcUjW/XjXz+v7uJz1ecDRVoQL/HA==",
       "engines": {
         "node": ">=0.12.18"
       },
diff --git a/package.json b/package.json
index 1638ed5d0e..6a646a89bb 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.20.0",
+    "simple-icons": "10.0.0",
     "smol-toml": "1.1.3",
     "webextension-store-meta": "^1.0.5",
     "xpath": "~0.0.33"
-- 
GitLab