From 8dbfd589720bb6a0683be7966ba66bf724fbe66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:47:08 +0200 Subject: [PATCH] chore(deps): bump simple-icons from 14.1.0 to 14.2.0 (#10814) Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 14.1.0 to 14.2.0. - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/14.1.0...14.2.0) --- updated-dependencies: - dependency-name: simple-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 f12615ef2915f..89ac422083941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "qs": "^6.13.1", "query-string": "^9.1.1", "semver": "~7.6.3", - "simple-icons": "14.1.0", + "simple-icons": "14.2.0", "smol-toml": "1.3.1", "svg-path-bbox": "^2.1.0", "svgpath": "^2.6.0", @@ -29520,9 +29520,9 @@ } }, "node_modules/simple-icons": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-14.1.0.tgz", - "integrity": "sha512-4/jkVUqhNpsyx0nqYe4QvBkg6NSxdnOnfs6AfFC5IiFsIqrE7YQveLPrbdEh40PZjEQZ20RG8HKbRjEcigJbPg==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-14.2.0.tgz", + "integrity": "sha512-89TddGlUh9Ent3ochwjRKzyb4BpaLnfVUYLcY3K0g7Rt91++c7kDAZU1lH15NH2g9WTlmja9Pr3w6+Tjsoyxug==", "engines": { "node": ">=0.12.18" }, diff --git a/package.json b/package.json index 8b7ec067d0531..2100538e8ed56 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "qs": "^6.13.1", "query-string": "^9.1.1", "semver": "~7.6.3", - "simple-icons": "14.1.0", + "simple-icons": "14.2.0", "smol-toml": "1.3.1", "svg-path-bbox": "^2.1.0", "svgpath": "^2.6.0",