From 45888480480c8cc2d724dbf9eda6ace88e54bb76 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 14 Jul 2023 02:57:20 +0000
Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20@iconify/react=20fr?=
=?UTF-8?q?om=204.1.0=20to=204.1.1=20in=20/website=20(#3681)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [@iconify/react](https://github.com/iconify/iconify/tree/HEAD/components/react) from 4.1.0 to 4.1.1.
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---
website/package-lock.json | 14 +++++++-------
website/package.json | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/website/package-lock.json b/website/package-lock.json
index f59eacac0..d4a461c8c 100644
--- a/website/package-lock.json
+++ b/website/package-lock.json
@@ -31,7 +31,7 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1",
- "@iconify/react": "^4.1.0",
+ "@iconify/react": "^4.1.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.25",
"tailwindcss": "^3.3.2"
@@ -2739,9 +2739,9 @@
}
},
"node_modules/@iconify/react": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/@iconify/react/-/react-4.1.0.tgz",
- "integrity": "sha512-Mf72i3TNNKpKCKxmo7kzqyrUdCgaoljpqtWmtqpqwyxoV4ukhnDsSRNLhf2yBnqGr3cVZsdj/i0FMpXIY0Qk0g==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/@iconify/react/-/react-4.1.1.tgz",
+ "integrity": "sha512-jed14EjvKjee8mc0eoscGxlg7mSQRkwQG3iX3cPBCO7UlOjz0DtlvTqxqEcHUJGh+z1VJ31Yhu5B9PxfO0zbdg==",
"dev": true,
"dependencies": {
"@iconify/types": "^2.0.0"
@@ -17160,9 +17160,9 @@
}
},
"@iconify/react": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/@iconify/react/-/react-4.1.0.tgz",
- "integrity": "sha512-Mf72i3TNNKpKCKxmo7kzqyrUdCgaoljpqtWmtqpqwyxoV4ukhnDsSRNLhf2yBnqGr3cVZsdj/i0FMpXIY0Qk0g==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/@iconify/react/-/react-4.1.1.tgz",
+ "integrity": "sha512-jed14EjvKjee8mc0eoscGxlg7mSQRkwQG3iX3cPBCO7UlOjz0DtlvTqxqEcHUJGh+z1VJ31Yhu5B9PxfO0zbdg==",
"dev": true,
"requires": {
"@iconify/types": "^2.0.0"
diff --git a/website/package.json b/website/package.json
index 2d6225c19..91c9a9a48 100644
--- a/website/package.json
+++ b/website/package.json
@@ -37,7 +37,7 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1",
- "@iconify/react": "^4.1.0",
+ "@iconify/react": "^4.1.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.25",
"tailwindcss": "^3.3.2"