From a8fa516251462c9a85bbab95d73bf25b6bb259f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:24:27 +0000 Subject: [PATCH] chore(deps): bump simple-icons from 13.0.0 to 13.1.0 (#10353) Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 13.0.0 to 13.1.0. - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/13.0.0...13.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 6e22abac9a..beaf80622d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "qs": "^6.12.3", "query-string": "^9.0.0", "semver": "~7.6.2", - "simple-icons": "13.0.0", + "simple-icons": "13.1.0", "smol-toml": "1.2.2", "svg-path-commander": "^2.0.9", "webextension-store-meta": "^1.2.3", @@ -26693,9 +26693,9 @@ } }, "node_modules/simple-icons": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-13.0.0.tgz", - "integrity": "sha512-emybHoFXO9IorOH8Uy8GwavS1oOQk6bVMxrIAXztNn/EcRc17yHmJM6XpUUd1CcDpax0dHAbpqvGp4hqWlQapg==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-13.1.0.tgz", + "integrity": "sha512-UUQ5ThpD4J9qkkwnLfloj+mIbJXRHJnMS24lcW+j9ROLpKXysJt2p42iJz/tRi3gEckYaR5+LA5Kb7CZ8Wq8rw==", "engines": { "node": ">=0.12.18" }, diff --git a/package.json b/package.json index d13b0d67af..952c690025 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "qs": "^6.12.3", "query-string": "^9.0.0", "semver": "~7.6.2", - "simple-icons": "13.0.0", + "simple-icons": "13.1.0", "smol-toml": "1.2.2", "svg-path-commander": "^2.0.9", "webextension-store-meta": "^1.2.3", -- GitLab