From 47a257e2e3eedb9230ec2dc23936e9b0a250d43b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:32:30 +0000 Subject: [PATCH] fix(deps): update dependency simple-icons to v9.21.0 --- services/ui/package-lock.json | 14 +++++++------- services/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/services/ui/package-lock.json b/services/ui/package-lock.json index 55eb4a3f8..653e4bf44 100644 --- a/services/ui/package-lock.json +++ b/services/ui/package-lock.json @@ -25,7 +25,7 @@ "react-popper": "2.3.0", "react-router-dom": "6.16.0", "react-simple-icons": "1.0.0-beta.5", - "simple-icons": "9.17.0", + "simple-icons": "9.21.0", "swr": "2.2.4", "typescript": "5.2.2", "web-vitals": "3.5.0" @@ -5681,9 +5681,9 @@ "dev": true }, "node_modules/simple-icons": { - "version": "9.17.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.17.0.tgz", - "integrity": "sha512-/jBnXMjyj5VAwSmg+V7ecXTvpe5xQ9KxcEiVAoM4XiDeTGP4cULfgQGM3060KJP0RGmNUdekpb39QaInFsVnQQ==", + "version": "9.21.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.21.0.tgz", + "integrity": "sha512-yxjs49nKwff5ozRwPCBVcGG4Ehlg5YiR1g4EJ83zmqc0hYhYb6UQJqiy2WOga2OJ1/qVHaej7q762hYZX/mavA==", "engines": { "node": ">=0.12.18" }, @@ -10802,9 +10802,9 @@ "dev": true }, "simple-icons": { - "version": "9.17.0", - "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.17.0.tgz", - "integrity": "sha512-/jBnXMjyj5VAwSmg+V7ecXTvpe5xQ9KxcEiVAoM4XiDeTGP4cULfgQGM3060KJP0RGmNUdekpb39QaInFsVnQQ==" + "version": "9.21.0", + "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.21.0.tgz", + "integrity": "sha512-yxjs49nKwff5ozRwPCBVcGG4Ehlg5YiR1g4EJ83zmqc0hYhYb6UQJqiy2WOga2OJ1/qVHaej7q762hYZX/mavA==" }, "slash": { "version": "3.0.0", diff --git a/services/ui/package.json b/services/ui/package.json index e6d8ad6b4..40b9eb4d1 100644 --- a/services/ui/package.json +++ b/services/ui/package.json @@ -21,7 +21,7 @@ "react-popper": "2.3.0", "react-router-dom": "6.16.0", "react-simple-icons": "1.0.0-beta.5", - "simple-icons": "9.17.0", + "simple-icons": "9.21.0", "swr": "2.2.4", "typescript": "5.2.2", "web-vitals": "3.5.0"