diff --git a/package-lock.json b/package-lock.json index c3455f5ecbf..c81faae1604 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "preact": "^10.26.8", "rimraf": "^6.0.1", "sass": "^1.89.1", - "simple-icons": "^14.15.0", + "simple-icons": "^15.4.0", "stylelint": "^16.20.0", "stylelint-config-recess-order": "5.1.1", "stylelint-config-recommended": "14.0.1", @@ -7222,17 +7222,22 @@ "dev": true }, "node_modules/simple-icons": { - "version": "14.15.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-14.15.0.tgz", - "integrity": "sha512-yjlJ8skP4isCd4dQTDGFbv0hQgDIr57DbWaovEeHADPAZa5DBEAs+3ZnBb76ti+yz7/OzFI3SqTP1SKku1uhCw==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-15.4.0.tgz", + "integrity": "sha512-m6+a5bENq4YjrTuiDVpailM+qybhFLlXjILabS10yoGbmyjCFckWhfprn+1dAf8HGUR4DBcJGrtgh9UIdOwnVQ==", "dev": true, - "license": "CC0-1.0", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/simple-icons" + }, + { + "type": "github", + "url": "https://github.com/sponsors/simple-icons" + } + ], "engines": { "node": ">=0.12.18" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/simple-icons" } }, "node_modules/slash": { @@ -13414,9 +13419,9 @@ "dev": true }, "simple-icons": { - "version": "14.15.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-14.15.0.tgz", - "integrity": "sha512-yjlJ8skP4isCd4dQTDGFbv0hQgDIr57DbWaovEeHADPAZa5DBEAs+3ZnBb76ti+yz7/OzFI3SqTP1SKku1uhCw==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-15.4.0.tgz", + "integrity": "sha512-m6+a5bENq4YjrTuiDVpailM+qybhFLlXjILabS10yoGbmyjCFckWhfprn+1dAf8HGUR4DBcJGrtgh9UIdOwnVQ==", "dev": true }, "slash": { diff --git a/package.json b/package.json index 34bea1ba936..b07911e3d8a 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "preact": "^10.26.8", "rimraf": "^6.0.1", "sass": "^1.89.1", - "simple-icons": "^14.15.0", + "simple-icons": "^15.4.0", "stylelint": "^16.20.0", "stylelint-config-recess-order": "5.1.1", "stylelint-config-recommended": "14.0.1",