diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-10 17:41:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-10 17:41:28 -0400 |
| commit | e943c483706d730424e851cc5db28a7f16bd89fe (patch) | |
| tree | e66f9c374a44d0e8d1b6b41a57dedff2656f925a | |
| parent | 6670fd7021ba205e7ada55318829349d61c5d9ad (diff) | |
| download | submelon.dev-e943c483706d730424e851cc5db28a7f16bd89fe.tar.gz submelon.dev-e943c483706d730424e851cc5db28a7f16bd89fe.tar.bz2 submelon.dev-e943c483706d730424e851cc5db28a7f16bd89fe.zip | |
Bump react-icons from 4.8.0 to 4.9.0 (#185)
Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](https://github.com/react-icons/react-icons/compare/v4.8.0...v4.9.0)
---
updated-dependencies:
- dependency-name: react-icons
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 203a52f..dc5dd23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "gatsby-transformer-sharp": "5.10.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "^4.8.0", + "react-icons": "^4.9.0", "styled-components": "^5.3.11" }, "devDependencies": { @@ -13881,9 +13881,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-icons": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.8.0.tgz", - "integrity": "sha512-N6+kOLcihDiAnj5Czu637waJqSnwlMNROzVZMhfX68V/9bu9qHaMIJC4UdozWoOk57gahFCNHwVvWzm0MTzRjg==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.9.0.tgz", + "integrity": "sha512-ijUnFr//ycebOqujtqtV9PFS7JjhWg0QU6ykURVHuL4cbofvRCf3f6GMn9+fBktEFQOIVZnuAYLZdiyadRQRFg==", "peerDependencies": { "react": "*" } @@ -26705,9 +26705,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "react-icons": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.8.0.tgz", - "integrity": "sha512-N6+kOLcihDiAnj5Czu637waJqSnwlMNROzVZMhfX68V/9bu9qHaMIJC4UdozWoOk57gahFCNHwVvWzm0MTzRjg==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.9.0.tgz", + "integrity": "sha512-ijUnFr//ycebOqujtqtV9PFS7JjhWg0QU6ykURVHuL4cbofvRCf3f6GMn9+fBktEFQOIVZnuAYLZdiyadRQRFg==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index c27d01d..2724d61 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gatsby-transformer-sharp": "5.10.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-icons": "^4.8.0", + "react-icons": "^4.9.0", "styled-components": "^5.3.11" }, "devDependencies": { |
