From 30eaa12ed1d8a6503e35889a4f78542e6e1f1a88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Dec 2022 02:36:24 +0000 Subject: [PATCH] fix: upgrade simple-icons from 7.8.0 to 7.20.0 Snyk has created this PR to upgrade simple-icons from 7.8.0 to 7.20.0. See this package in npm: https://www.npmjs.com/package/simple-icons See this project in Snyk: https://app.snyk.io/org/branevukmirovic/project/802c5456-962b-4133-8148-e5687a3f00ca?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e713daa657fe..7532a0d71989b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "qs": "^6.11.0", "query-string": "^7.1.1", "semver": "~7.3.7", - "simple-icons": "7.8.0", + "simple-icons": "^7.20.0", "webextension-store-meta": "^1.0.5", "xmldom": "~0.6.0", "xpath": "~0.0.32" @@ -26568,9 +26568,9 @@ } }, "node_modules/simple-icons": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-7.8.0.tgz", - "integrity": "sha512-OBg/5e+HRphOS3R/YmJI5tvMssot2DXwNlLoN1yWiVM23BzurDBprkLgIgHn7pG2PXE5zPZujT3QVPLQYdUGDQ==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-7.20.0.tgz", + "integrity": "sha512-EP36AFDVul33lL17gfokr3nRjyVY74A1cXdEfvQzA0bI+5lDiQ1ETdOATmjCOMUGG3mdiJb4LRTMajtqhFr72g==", "engines": { "node": ">=0.12.18" }, @@ -51037,9 +51037,9 @@ "dev": true }, "simple-icons": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-7.8.0.tgz", - "integrity": "sha512-OBg/5e+HRphOS3R/YmJI5tvMssot2DXwNlLoN1yWiVM23BzurDBprkLgIgHn7pG2PXE5zPZujT3QVPLQYdUGDQ==" + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-7.20.0.tgz", + "integrity": "sha512-EP36AFDVul33lL17gfokr3nRjyVY74A1cXdEfvQzA0bI+5lDiQ1ETdOATmjCOMUGG3mdiJb4LRTMajtqhFr72g==" }, "simple-swizzle": { "version": "0.2.2", diff --git a/package.json b/package.json index 20a47d8f9c579..19f7bdcb8d4ea 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "qs": "^6.11.0", "query-string": "^7.1.1", "semver": "~7.3.7", - "simple-icons": "7.8.0", + "simple-icons": "7.20.0", "webextension-store-meta": "^1.0.5", "xmldom": "~0.6.0", "xpath": "~0.0.32"