From 8f724c2c74f8206fb6c91ea690c7353cf0f184c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:59:30 +0100 Subject: [PATCH] chore(deps): bump simple-icons from 13.8.0 to 13.9.0 (#10524) Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 13.8.0 to 13.9.0. - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/13.8.0...13.9.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 073473e6ae28b..d80b376e3715b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "qs": "^6.13.0", "query-string": "^9.1.0", "semver": "~7.6.3", - "simple-icons": "13.8.0", + "simple-icons": "13.9.0", "smol-toml": "1.3.0", "svg-path-bbox": "^2.1.0", "svgpath": "^2.6.0", @@ -26906,9 +26906,9 @@ } }, "node_modules/simple-icons": { - "version": "13.8.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-13.8.0.tgz", - "integrity": "sha512-z5l9A6X0BNEQbNS9pQ/X5eVHL4vYM0s0K/5Hl8mIG4zZB1ofTzDl5fsMzjTgpmfplgmx2pFW0mDUMFguXgfy+w==", + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-13.9.0.tgz", + "integrity": "sha512-RqloEwtqs5bd2mLVwEoSNJfHExsCn22YtPblE2G6ObuSbfHFbze9gb2T/BXQwdtVExCoI9HJPsdpvsIX5h/ynw==", "engines": { "node": ">=0.12.18" }, diff --git a/package.json b/package.json index 1b35ed17db8fa..1805add99b0d8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "qs": "^6.13.0", "query-string": "^9.1.0", "semver": "~7.6.3", - "simple-icons": "13.8.0", + "simple-icons": "13.9.0", "smol-toml": "1.3.0", "svg-path-bbox": "^2.1.0", "svgpath": "^2.6.0",