aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-24 08:25:54 -0400
committerGitHub <noreply@github.com>2023-06-24 08:25:54 -0400
commit6d764f7a50f0558af5e7075396a92e10bc159a1d (patch)
treecc1d97ac1568b3954b4320ea3a102e23d108c7f3
parent23e16a0344bf32b062ab760cd5c755f81fabc061 (diff)
downloadsubmelon.dev-6d764f7a50f0558af5e7075396a92e10bc159a1d.tar.gz
submelon.dev-6d764f7a50f0558af5e7075396a92e10bc159a1d.tar.bz2
submelon.dev-6d764f7a50f0558af5e7075396a92e10bc159a1d.zip
Bump react-icons from 4.9.0 to 4.10.1 (#193)
Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.9.0 to 4.10.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.9.0...v4.10.1) --- 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.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 8689289..5ee773e 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.9.0",
+ "react-icons": "^4.10.1",
"styled-components": "^5.3.11"
},
"devDependencies": {
@@ -13777,9 +13777,9 @@
"integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg=="
},
"node_modules/react-icons": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.9.0.tgz",
- "integrity": "sha512-ijUnFr//ycebOqujtqtV9PFS7JjhWg0QU6ykURVHuL4cbofvRCf3f6GMn9+fBktEFQOIVZnuAYLZdiyadRQRFg==",
+ "version": "4.10.1",
+ "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz",
+ "integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==",
"peerDependencies": {
"react": "*"
}
@@ -26540,9 +26540,9 @@
"integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg=="
},
"react-icons": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.9.0.tgz",
- "integrity": "sha512-ijUnFr//ycebOqujtqtV9PFS7JjhWg0QU6ykURVHuL4cbofvRCf3f6GMn9+fBktEFQOIVZnuAYLZdiyadRQRFg==",
+ "version": "4.10.1",
+ "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz",
+ "integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==",
"requires": {}
},
"react-is": {
diff --git a/package.json b/package.json
index fc79a78..ea89590 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.9.0",
+ "react-icons": "^4.10.1",
"styled-components": "^5.3.11"
},
"devDependencies": {