diff --git a/package-lock.json b/package-lock.json index 035554da3ec03..f2ba8757642af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "query-string": "^7.0.1", "request": "~2.88.2", "semver": "~7.3.5", - "simple-icons": "5.8.1", + "simple-icons": "8.6.0", "webextension-store-meta": "^1.0.4", "xmldom": "~0.6.0", "xpath": "~0.0.32" @@ -25860,9 +25860,16 @@ "dev": true }, "node_modules/simple-icons": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-5.8.1.tgz", - "integrity": "sha512-ZPnijbV6Ksygkx3NffNuBDR274MExsiXvbKs5OpOBKLHWa2PBpnQ1dO7Znb1MJY7ZvHTA9cVofYNZUqIw/rrxA==" + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-8.6.0.tgz", + "integrity": "sha512-A5rRhFdgsV+1LIdkzIuwa+ilYb1v+svDi1ojOcfnEXaYSsTAlYRpWcH+p0MM1XY7uIkiNJ8i9bkFRoysMbLopw==", + "engines": { + "node": ">=0.12.18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/simple-icons" + } }, "node_modules/simple-swizzle": { "version": "0.2.2", @@ -51738,9 +51745,9 @@ "dev": true }, "simple-icons": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-5.8.1.tgz", - "integrity": "sha512-ZPnijbV6Ksygkx3NffNuBDR274MExsiXvbKs5OpOBKLHWa2PBpnQ1dO7Znb1MJY7ZvHTA9cVofYNZUqIw/rrxA==" + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-8.6.0.tgz", + "integrity": "sha512-A5rRhFdgsV+1LIdkzIuwa+ilYb1v+svDi1ojOcfnEXaYSsTAlYRpWcH+p0MM1XY7uIkiNJ8i9bkFRoysMbLopw==" }, "simple-swizzle": { "version": "0.2.2", diff --git a/package.json b/package.json index 5cb4beddaa95e..80dca1944848d 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "query-string": "^7.0.1", "request": "~2.88.2", "semver": "~7.3.5", - "simple-icons": "5.8.1", + "simple-icons": "8.6.0", "webextension-store-meta": "^1.0.4", "xmldom": "~0.6.0", "xpath": "~0.0.32"