From 1ac06aecf80b2f53bc393a1db2ae2976204d96c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 04:03:14 +0000 Subject: [PATCH] Bump simple-icons from 5.5.0 to 5.7.0 Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.5.0 to 5.7.0. - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/5.5.0...5.7.0) --- updated-dependencies: - dependency-name: simple-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1a4e31..da2ccc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -881,9 +881,9 @@ "dev": true }, "simple-icons": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-5.5.0.tgz", - "integrity": "sha512-FiC/qOTe2CVRbur7SYOg1iPbAo5AkrBWDiv9khmfPnZyxtu8AyDF7aj+blNuuN77zVCFSuu4j71yJ5q+WJwIDQ==" + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-5.7.0.tgz", + "integrity": "sha512-o4wYNRDSvk3/1UFPxsDfeZzo/J/o8s42VERdtVhmt50/I0w5WkWTvDicv9htQ7Uaj8ZcUaduBmo6b2ZgzoOJnw==" }, "source-list-map": { "version": "2.0.1", diff --git a/package.json b/package.json index ae780df..7ed5250 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "webpack-cli": "^4.4.0" }, "dependencies": { - "simple-icons": "^5.5.0" + "simple-icons": "^5.7.0" } }