diff --git a/package-lock.json b/package-lock.json index f1d1deb..a52e4ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@hookform/resolvers": "^5.0.1", - "@icons-pack/react-simple-icons": "^10.2.0", + "@icons-pack/react-simple-icons": "^12.3.0", "@radix-ui/react-accordion": "^1.2.4", "@radix-ui/react-label": "^2.1.3", "@radix-ui/react-separator": "^1.1.3", @@ -271,9 +271,10 @@ } }, "node_modules/@icons-pack/react-simple-icons": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-10.2.0.tgz", - "integrity": "sha512-QDUxup8D3GdIIzwGpxQs6bjeFV5mJes25qqf4aqP/PaBYQNCar7AiyD8C14636TosCG0A/QqAUwm/Hviep4d4g==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-12.3.0.tgz", + "integrity": "sha512-71KKdd2tg36Pctg5pQTAmPRIdFrtxsLccoSexkZLztn46eV6Ek6ov69o0Ph4t4ZPs6n4+Fw4sBnIzEsKssnXxg==", + "license": "MIT", "peerDependencies": { "react": "^16.13 || ^17 || ^18 || ^19" } diff --git a/package.json b/package.json index c9493c0..d1a0aec 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@hookform/resolvers": "^5.0.1", - "@icons-pack/react-simple-icons": "^10.2.0", + "@icons-pack/react-simple-icons": "^12.3.0", "@radix-ui/react-accordion": "^1.2.4", "@radix-ui/react-label": "^2.1.3", "@radix-ui/react-separator": "^1.1.3",