From b73a704b635702865181eede81d483ef3ddf77ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 11:47:43 +0000 Subject: [PATCH] chore(deps): bump simple-icons from 10.0.0 to 10.1.0 (#9795) Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/10.0.0...10.1.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 39626b31db..7cbdb765ef 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.0.0", + "simple-icons": "10.1.0", "smol-toml": "1.1.3", "webextension-store-meta": "^1.0.5", "xpath": "~0.0.33" @@ -24548,9 +24548,9 @@ } }, "node_modules/simple-icons": { - "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==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-10.1.0.tgz", + "integrity": "sha512-WbWY8Gn0M14EJF0bjH6KTofckesZ6+ZMzA/yM3rbruGFLii/ktYTzTbURCDGzU5ue6XO3pLm9dnzr2YtQegZaA==", "engines": { "node": ">=0.12.18" }, diff --git a/package.json b/package.json index 4ffb0b9a87..5f48e9892d 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.0.0", + "simple-icons": "10.1.0", "smol-toml": "1.1.3", "webextension-store-meta": "^1.0.5", "xpath": "~0.0.33" -- GitLab