diff --git a/package-lock.json b/package-lock.json index 6c4d616c40456..c1bf139024726 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "qs": "^6.10.3", "query-string": "^7.1.1", "semver": "~7.3.5", - "simple-icons": "6.10.0", + "simple-icons": "9.14.0", "webextension-store-meta": "^1.0.5", "xmldom": "~0.6.0", "xpath": "~0.0.32" @@ -155,7 +155,7 @@ }, "engines": { "node": "^16.13.0", - "npm": ">=7.0.0" + "npm": "7.0.0" } }, "badge-maker": { @@ -25045,11 +25045,15 @@ } }, "node_modules/simple-icons": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-6.10.0.tgz", - "integrity": "sha512-ttZNI13dH3vHII0/qWwXH1ipSZd5zX9eMh0kMTi8c2V32ON/IFl8fNL9k4MaP5lGy5KpEAchfRZ5NeMynpWRjg==", + "version": "9.14.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.14.0.tgz", + "integrity": "sha512-8nBO/v1y2p4uQX0lpqrBqBAhbx0GlLVYUb904vrsLxLylYkFQMrlPjTYSFI7d9TaY5kUpoDlqC+/9ojyKDZI9g==", "engines": { "node": ">=0.12.18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/simple-icons" } }, "node_modules/simple-swizzle": { @@ -48901,9 +48905,9 @@ "dev": true }, "simple-icons": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-6.10.0.tgz", - "integrity": "sha512-ttZNI13dH3vHII0/qWwXH1ipSZd5zX9eMh0kMTi8c2V32ON/IFl8fNL9k4MaP5lGy5KpEAchfRZ5NeMynpWRjg==" + "version": "9.14.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.14.0.tgz", + "integrity": "sha512-8nBO/v1y2p4uQX0lpqrBqBAhbx0GlLVYUb904vrsLxLylYkFQMrlPjTYSFI7d9TaY5kUpoDlqC+/9ojyKDZI9g==" }, "simple-swizzle": { "version": "0.2.2", diff --git a/package.json b/package.json index 1d2422c801ba0..93e2f36a12f21 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "qs": "^6.10.3", "query-string": "^7.1.1", "semver": "~7.3.5", - "simple-icons": "6.10.0", + "simple-icons": "9.14.0", "webextension-store-meta": "^1.0.5", "xmldom": "~0.6.0", "xpath": "~0.0.32"