From 1c14c491e6cddb7abb1851a5fe874b844bd5af78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Dec 2023 15:08:36 +0000 Subject: [PATCH] fix: upgrade react-icons from 4.7.1 to 4.12.0 Snyk has created this PR to upgrade react-icons from 4.7.1 to 4.12.0. See this package in npm: https://www.npmjs.com/package/react-icons See this project in Snyk: https://app.snyk.io/org/etherspot/project/f7e6e9a0-4639-49bf-9fba-ed78feffb9ec?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/package-lock.json | 8 ++++---- example/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 4e9681d..fcc4302 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -19,7 +19,7 @@ "ethers": "^5.7.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.7.1", + "react-icons": "^4.12.0", "react-jsx-parser": "^1.29.0", "react-scripts": "5.0.1", "typescript": "^4.9.5" @@ -15321,9 +15321,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-icons": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", - "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "peerDependencies": { "react": "*" } diff --git a/example/package.json b/example/package.json index f124f78..b183277 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ "ethers": "^5.7.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.7.1", + "react-icons": "^4.12.0", "react-jsx-parser": "^1.29.0", "react-scripts": "5.0.1", "typescript": "^4.9.5"