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