diff --git a/website/package.json b/website/package.json index a89119b0c..24ddb4cab 100644 --- a/website/package.json +++ b/website/package.json @@ -35,7 +35,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-fast-marquee": "^1.6.2", - "react-icons": "^4.12.0", + "react-icons": "^5.0.1", "react-markdown": "^9.0.1", "react-mixpanel-browser": "^4.1.0", "react-syntax-highlighter": "^15.5.0", diff --git a/website/pnpm-lock.yaml b/website/pnpm-lock.yaml index d616d2ad3..46cf6aa2c 100644 --- a/website/pnpm-lock.yaml +++ b/website/pnpm-lock.yaml @@ -81,8 +81,8 @@ dependencies: specifier: ^1.6.2 version: 1.6.2(react-dom@18.2.0)(react@18.2.0) react-icons: - specifier: ^4.12.0 - version: 4.12.0(react@18.2.0) + specifier: ^5.0.1 + version: 5.0.1(react@18.2.0) react-markdown: specifier: ^9.0.1 version: 9.0.1(@types/react@18.2.46)(react@18.2.0) @@ -2980,6 +2980,14 @@ packages: react: 18.2.0 dev: false + /react-icons@5.0.1(react@18.2.0): + resolution: {integrity: sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==} + peerDependencies: + react: '*' + dependencies: + react: 18.2.0 + dev: false + /react-indiana-drag-scroll@2.2.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-+W/3B2OQV0FrbdnsoIo4dww/xpH0MUQJz6ziQb7H+oBko3OCbXuzDFYnho6v6yhGrYDNWYPuFUewb89IONEl/A==} engines: {node: '>=8', npm: '>=5'}