From 27afd060c9ae0e8b1176c542b2a2c2ec16e0f88a Mon Sep 17 00:00:00 2001 From: malcodeman <26983729+malcodeman@users.noreply.github.com> Date: Thu, 24 Apr 2025 23:49:30 +0200 Subject: [PATCH 1/2] feat: updates simple icons package --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 04c3de1..db9c900 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-dropzone": "^11.3.4", "react-hook-form": "^7.51.5", "react-hotkeys-hook": "^4.5.0", - "simple-icons": "^12.0.0", + "simple-icons": "^14.12.3", "yup": "^0.32.11" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 75745a5..d67401c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4660,10 +4660,10 @@ signal-exit@^4.0.1: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== -simple-icons@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/simple-icons/-/simple-icons-12.0.0.tgz#9cd7257fd8289008457ef8e2551e6b46a9fbf723" - integrity sha512-KsqyGTRS1c9hp1oGEspCdp8qbqljjH199pUZZWR3DeStg2RBjzB3EJT9kLZ8tPlIrWOyktjj+TIgDQphYHq7XQ== +simple-icons@^14.12.3: + version "14.12.3" + resolved "https://registry.yarnpkg.com/simple-icons/-/simple-icons-14.12.3.tgz#2228d494786584f83710a1adb58dd36a55121c0e" + integrity sha512-P85Pqak4picfTzdujmGL7+pFfsd32K/tDjHPQ8vvJcr2Xk380A9kBVIW5QH86qWqa+YJgFa5huLcUuwmW+YBPQ== simple-swizzle@^0.2.2: version "0.2.2" From 997d6e620a6a43579f1c024b6dd0496f1bdc3762 Mon Sep 17 00:00:00 2001 From: malcodeman <26983729+malcodeman@users.noreply.github.com> Date: Thu, 24 Apr 2025 23:54:25 +0200 Subject: [PATCH 2/2] fix: version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index db9c900..5a486dc 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-dropzone": "^11.3.4", "react-hook-form": "^7.51.5", "react-hotkeys-hook": "^4.5.0", - "simple-icons": "^14.12.3", + "simple-icons": "13.21.0", "yup": "^0.32.11" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index d67401c..1a078f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4660,10 +4660,10 @@ signal-exit@^4.0.1: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== -simple-icons@^14.12.3: - version "14.12.3" - resolved "https://registry.yarnpkg.com/simple-icons/-/simple-icons-14.12.3.tgz#2228d494786584f83710a1adb58dd36a55121c0e" - integrity sha512-P85Pqak4picfTzdujmGL7+pFfsd32K/tDjHPQ8vvJcr2Xk380A9kBVIW5QH86qWqa+YJgFa5huLcUuwmW+YBPQ== +simple-icons@13.21.0: + version "13.21.0" + resolved "https://registry.yarnpkg.com/simple-icons/-/simple-icons-13.21.0.tgz#98e0154079f7a6c65330e7b22451f6e70914e631" + integrity sha512-LI5pVJPBv6oc79OMsffwb6kEqnmB8P1Cjg1crNUlhsxPETQ5UzbCKQdxU+7MW6+DD1qfPkla/vSKlLD4IfyXpQ== simple-swizzle@^0.2.2: version "0.2.2"