diff --git a/package-lock.json b/package-lock.json index 5b628fe..c2ab08e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8022,9 +8022,9 @@ "dev": true }, "simple-icons": { - "version": "11.10.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.10.0.tgz", - "integrity": "sha512-3jhPx5xgbDCx/tuegpnW82VmUc4xe7yVd5r/BwIhfei02hS3IbOfgLKPPczd2OasngeNEd0J31vU19/0jmfxrQ==" + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.12.0.tgz", + "integrity": "sha512-atQCGhobuIrxTd4rDGYCip/OZwIW4FYX3PRt4BXAZcbIW71hktvX4sF620T2QJyQsNLAYo3QpiHh8ey2IseA/g==" }, "sisteransi": { "version": "1.0.5", diff --git a/package.json b/package.json index e80ed32..36302ae 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,6 @@ "node": ">=16.0.0" }, "dependencies": { - "simple-icons": "11.10.0" + "simple-icons": "11.12.0" } }