diff --git a/package-lock.json b/package-lock.json index f61f4435..e9d9bfff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "husky": "^9.0.0", "nano-loader": "^1.1.2", "prettier": "^3.5.0", - "simple-icons": "^13.0.0", + "simple-icons": "^16.0.0", "typescript": "~5.8.0", "typescript-eslint": "^8.0.0", "vite": "^6.0.0", @@ -4133,17 +4133,23 @@ } }, "node_modules/simple-icons": { - "version": "13.21.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-13.21.0.tgz", - "integrity": "sha512-LI5pVJPBv6oc79OMsffwb6kEqnmB8P1Cjg1crNUlhsxPETQ5UzbCKQdxU+7MW6+DD1qfPkla/vSKlLD4IfyXpQ==", + "version": "16.22.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-16.22.0.tgz", + "integrity": "sha512-/raPcEWh89R2O2IMmHum6W2dF99NNX3yWikVXKUalkDIWz3Rw/S2S+oDPTgJcIGsRh+25m0y8vj4aBaV/KPz3Q==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/simple-icons" + }, + { + "type": "github", + "url": "https://github.com/sponsors/simple-icons" + } + ], "license": "CC0-1.0", "engines": { "node": ">=0.12.18" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/simple-icons" } }, "node_modules/slash": { diff --git a/package.json b/package.json index 17e5d378..4f94c699 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "husky": "^9.0.0", "nano-loader": "^1.1.2", "prettier": "^3.5.0", - "simple-icons": "^13.0.0", + "simple-icons": "^16.0.0", "typescript": "~5.8.0", "typescript-eslint": "^8.0.0", "vite": "^6.0.0",