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",