From 011f961f64122eb6bf69642db6dc4729f5671cfd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 21 Sep 2023 06:04:05 +0000
Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20feather-icons=20fro?=
=?UTF-8?q?m=204.29.0=20to=204.29.1=20in=20/website=20(#4108)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [feather-icons](https://github.com/feathericons/feather) from 4.29.0 to 4.29.1.
Release notes
Sourced from feather-icons's releases.
v4.29.1
Patch Changes
Changelog
Sourced from feather-icons's changelog.
4.29.1
Patch Changes
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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 309053328..18ecba6e7 100644
--- a/website/package-lock.json
+++ b/website/package-lock.json
@@ -17,7 +17,7 @@
"clsx": "^2.0.0",
"docusaurus-plugin-image-zoom": "^1.0.1",
"docusaurus-plugin-sass": "^0.2.5",
- "feather-icons": "^4.29.0",
+ "feather-icons": "^4.29.1",
"jarallax": "^2.1.3",
"mdx-mermaid": "^1.3.2",
"mermaid": "^10.4.0",
@@ -7225,9 +7225,9 @@
"integrity": "sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ=="
},
"node_modules/feather-icons": {
- "version": "4.29.0",
- "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.29.0.tgz",
- "integrity": "sha512-Y7VqN9FYb8KdaSF0qD1081HCkm0v4Eq/fpfQYQnubpqi0hXx14k+gF9iqtRys1SIcTEi97xDi/fmsPFZ8xo0GQ==",
+ "version": "4.29.1",
+ "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.29.1.tgz",
+ "integrity": "sha512-P1we61haGTds6lKWe6CCVPsNULb8tHr1y6S9gXEpU+lNR1Ja7GdV0A1l2hTNmzXv+0Stix/3YMWMAn7n1Qtd6A==",
"dependencies": {
"classnames": "^2.2.5",
"core-js": "^3.1.3"
@@ -20435,9 +20435,9 @@
"integrity": "sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ=="
},
"feather-icons": {
- "version": "4.29.0",
- "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.29.0.tgz",
- "integrity": "sha512-Y7VqN9FYb8KdaSF0qD1081HCkm0v4Eq/fpfQYQnubpqi0hXx14k+gF9iqtRys1SIcTEi97xDi/fmsPFZ8xo0GQ==",
+ "version": "4.29.1",
+ "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.29.1.tgz",
+ "integrity": "sha512-P1we61haGTds6lKWe6CCVPsNULb8tHr1y6S9gXEpU+lNR1Ja7GdV0A1l2hTNmzXv+0Stix/3YMWMAn7n1Qtd6A==",
"requires": {
"classnames": "^2.2.5",
"core-js": "^3.1.3"
diff --git a/website/package.json b/website/package.json
index b8179dcc4..f52d81c88 100644
--- a/website/package.json
+++ b/website/package.json
@@ -23,7 +23,7 @@
"clsx": "^2.0.0",
"docusaurus-plugin-image-zoom": "^1.0.1",
"docusaurus-plugin-sass": "^0.2.5",
- "feather-icons": "^4.29.0",
+ "feather-icons": "^4.29.1",
"jarallax": "^2.1.3",
"mdx-mermaid": "^1.3.2",
"mermaid": "^10.4.0",