From ebcd23c59faeb81ff6d287843a05c8cb5c5de638 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 06:07:22 +0000 Subject: [PATCH] feat: upgrade @icons-pack/react-simple-icons from 10.2.0 to 12.3.0 Snyk has created this PR to upgrade @icons-pack/react-simple-icons from 10.2.0 to 12.3.0. See this package in npm: @icons-pack/react-simple-icons See this project in Snyk: https://app.snyk.io/org/ciscoviit/project/0c5f7655-b901-490e-82f5-f3e042f0e169?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1d1debe..a52e4ae1 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 c9493c05..d1a0aecb 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",