From 179466ccba7fb03595ce29a8eb28c55721275443 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 13 Jan 2024 18:58:08 +0000
Subject: [PATCH] chore(deps): bump simple-icons from 10.4.0 to 11.0.0 (#9898)

* chore(deps): bump simple-icons from 10.4.0 to 11.0.0

Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 10.4.0 to 11.0.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/10.4.0...11.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>

* 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/2024-01-13-simpleicons11.md | 21 +++++++++++++++++++++
 package-lock.json                         |  8 ++++----
 package.json                              |  2 +-
 3 files changed, 26 insertions(+), 5 deletions(-)
 create mode 100644 frontend/blog/2024-01-13-simpleicons11.md

diff --git a/frontend/blog/2024-01-13-simpleicons11.md b/frontend/blog/2024-01-13-simpleicons11.md
new file mode 100644
index 0000000000..ccb13dd42e
--- /dev/null
+++ b/frontend/blog/2024-01-13-simpleicons11.md
@@ -0,0 +1,21 @@
+---
+slug: simple-icons-11
+title: Simple Icons 11
+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 11. This release removes the following 4 icons:
+
+- Babylon.js
+- Hulu
+- Pepsi
+- Uno
+
+More details can be found in the [release notes](https://github.com/simple-icons/simple-icons/releases/tag/11.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 1e65ef180a..82ff199618 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": "10.4.0",
+        "simple-icons": "11.0.0",
         "smol-toml": "1.1.3",
         "webextension-store-meta": "^1.0.5",
         "xpath": "~0.0.34"
@@ -23962,9 +23962,9 @@
       }
     },
     "node_modules/simple-icons": {
-      "version": "10.4.0",
-      "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-10.4.0.tgz",
-      "integrity": "sha512-XBoU1ljCsWjw59IVkaQ1nKc0PiaDAAKNFVx59ueC0tBy4WY/I4Q040sGj6ok2cZRLT8zBzL1HaTubi8MRqmojQ==",
+      "version": "11.0.0",
+      "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.0.0.tgz",
+      "integrity": "sha512-n6z6fQwODmhRfy4RBkNmnP67yzqGUa/0ETJDkMX8Fl2riLSl1O8nB3qAl5Ij0oyEwgYC0WbMLXn1dkyYSTDs1w==",
       "engines": {
         "node": ">=0.12.18"
       },
diff --git a/package.json b/package.json
index 795feed80f..9ca3236cd0 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": "10.4.0",
+    "simple-icons": "11.0.0",
     "smol-toml": "1.1.3",
     "webextension-store-meta": "^1.0.5",
     "xpath": "~0.0.34"
-- 
GitLab