diff --git a/frontend/blog/2024-01-13-simpleicons11.md b/frontend/blog/2024-01-13-simpleicons11.md new file mode 100644 index 0000000000000..ccb13dd42edc1 --- /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 1e65ef180ab49..82ff199618eb8 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 795feed80f894..9ca3236cd0e8d 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"