From 8da670a458626c4f70d6b91a7e72e4913ec17f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 05:33:09 +0000 Subject: [PATCH] :arrow_up: Bump feather-icons from 4.29.1 to 4.29.2 in /website Bumps [feather-icons](https://github.com/feathericons/feather) from 4.29.1 to 4.29.2. - [Release notes](https://github.com/feathericons/feather/releases) - [Changelog](https://github.com/feathericons/feather/blob/main/CHANGELOG.md) - [Commits](https://github.com/feathericons/feather/compare/v4.29.1...v4.29.2) --- updated-dependencies: - dependency-name: feather-icons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 1dfdfa26d..b39368712 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -17,7 +17,7 @@ "clsx": "2.1.0", "docusaurus-plugin-image-zoom": "^2.0.0", "docusaurus-plugin-sass": "^0.2.5", - "feather-icons": "^4.29.1", + "feather-icons": "^4.29.2", "jarallax": "^2.2.0", "mdx-mermaid": "^2.0.0", "mermaid": "^10.9.0", @@ -8483,9 +8483,9 @@ } }, "node_modules/feather-icons": { - "version": "4.29.1", - "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.29.1.tgz", - "integrity": "sha512-P1we61haGTds6lKWe6CCVPsNULb8tHr1y6S9gXEpU+lNR1Ja7GdV0A1l2hTNmzXv+0Stix/3YMWMAn7n1Qtd6A==", + "version": "4.29.2", + "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.29.2.tgz", + "integrity": "sha512-0TaCFTnBTVCz6U+baY2UJNKne5ifGh7sMG4ZC2LoBWCZdIyPa+y6UiR4lEYGws1JOFWdee8KAsAIvu0VcXqiqA==", "dependencies": { "classnames": "^2.2.5", "core-js": "^3.1.3" diff --git a/website/package.json b/website/package.json index 6fb068329..86df116dd 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "clsx": "2.1.0", "docusaurus-plugin-image-zoom": "^2.0.0", "docusaurus-plugin-sass": "^0.2.5", - "feather-icons": "^4.29.1", + "feather-icons": "^4.29.2", "jarallax": "^2.2.0", "mdx-mermaid": "^2.0.0", "mermaid": "^10.9.0",