From e92bc42b95789e2fc5f6c13c84faa0d2c3dd9edc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:58:01 +0000 Subject: [PATCH] fix(deps): update dependency @icons-pack/react-simple-icons to v9.7.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 1cbb2206..97a08788 100644 --- a/services/ui/package-lock.json +++ b/services/ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@headlessui/react": "1.7.19", "@heroicons/react": "1.0.6", - "@icons-pack/react-simple-icons": "9.4.1", + "@icons-pack/react-simple-icons": "9.7.0", "@popperjs/core": "2.11.8", "@tailwindcss/forms": "0.5.9", "@types/node": "20.16.10", @@ -907,9 +907,9 @@ } }, "node_modules/@icons-pack/react-simple-icons": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-9.4.1.tgz", - "integrity": "sha512-oDX8iE/AOyRIY0ys56+eybKSsyZODHQIPZ5mAGVxx3TszkA5l8lIxKl8HI9F801Y1CJxcySBjIk1XibrnFF0Hw==", + "version": "9.7.0", + "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-9.7.0.tgz", + "integrity": "sha512-KvMwsHUD3mZSu5fCS7Jw3xH4mDqK94PcT39MoyBwtdbpyl5JEsB8kMZOInKsuzpIEb4XqSfsJ49K30j8s0uHpg==", "peerDependencies": { "react": "^16.13 || ^17 || ^18" } @@ -6755,9 +6755,9 @@ "requires": {} }, "@icons-pack/react-simple-icons": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-9.4.1.tgz", - "integrity": "sha512-oDX8iE/AOyRIY0ys56+eybKSsyZODHQIPZ5mAGVxx3TszkA5l8lIxKl8HI9F801Y1CJxcySBjIk1XibrnFF0Hw==", + "version": "9.7.0", + "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-9.7.0.tgz", + "integrity": "sha512-KvMwsHUD3mZSu5fCS7Jw3xH4mDqK94PcT39MoyBwtdbpyl5JEsB8kMZOInKsuzpIEb4XqSfsJ49K30j8s0uHpg==", "requires": {} }, "@inquirer/confirm": { diff --git a/services/ui/package.json b/services/ui/package.json index ffa58d00..172afefd 100644 --- a/services/ui/package.json +++ b/services/ui/package.json @@ -6,7 +6,7 @@ "dependencies": { "@headlessui/react": "1.7.19", "@heroicons/react": "1.0.6", - "@icons-pack/react-simple-icons": "9.4.1", + "@icons-pack/react-simple-icons": "9.7.0", "@popperjs/core": "2.11.8", "@tailwindcss/forms": "0.5.9", "@types/node": "20.16.10",