From dd8e2cdcca4b9ac283e4e5922a40612a630604c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:56:39 +0100 Subject: [PATCH] chore(deps): bump simple-icons from 11.10.0 to 11.12.0 (#10089) Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 11.10.0 to 11.12.0. - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/11.10.0...11.12.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 4e8b6ce3f5..01a31ee9c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "qs": "^6.12.0", "query-string": "^9.0.0", "semver": "~7.6.0", - "simple-icons": "11.10.0", + "simple-icons": "11.12.0", "smol-toml": "1.1.4", "webextension-store-meta": "^1.1.0", "xpath": "~0.0.34" @@ -26214,9 +26214,9 @@ } }, "node_modules/simple-icons": { - "version": "11.10.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.10.0.tgz", - "integrity": "sha512-3jhPx5xgbDCx/tuegpnW82VmUc4xe7yVd5r/BwIhfei02hS3IbOfgLKPPczd2OasngeNEd0J31vU19/0jmfxrQ==", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.12.0.tgz", + "integrity": "sha512-atQCGhobuIrxTd4rDGYCip/OZwIW4FYX3PRt4BXAZcbIW71hktvX4sF620T2QJyQsNLAYo3QpiHh8ey2IseA/g==", "engines": { "node": ">=0.12.18" }, diff --git a/package.json b/package.json index 1131022edb..ef0937085c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "qs": "^6.12.0", "query-string": "^9.0.0", "semver": "~7.6.0", - "simple-icons": "11.10.0", + "simple-icons": "11.12.0", "smol-toml": "1.1.4", "webextension-store-meta": "^1.1.0", "xpath": "~0.0.34" -- GitLab