diff --git a/package-lock.json b/package-lock.json index df89895..4583ca3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-data-table-component": "^7.7.0", "react-diff-viewer-continued": "^3.4.0", "react-dom": "^18.2.0", - "react-icons": "^4.11.0", + "react-icons": "^5.5.0", "react-router-dom": "^7.8.2", "react-scripts": "5.0.1", "react-select": "^5.8.0", @@ -15117,9 +15117,10 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-icons": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.11.0.tgz", - "integrity": "sha512-V+4khzYcE5EBk/BvcuYRq6V/osf11ODUM2J8hg2FDSswRrGvqiYUYPRy4OdrWaQOBj4NcpJfmHZLNaD+VH0TyA==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", + "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==", + "license": "MIT", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 3ce29ac..0e91e46 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-data-table-component": "^7.7.0", "react-diff-viewer-continued": "^3.4.0", "react-dom": "^18.2.0", - "react-icons": "^4.11.0", + "react-icons": "^5.5.0", "react-router-dom": "^7.8.2", "react-scripts": "5.0.1", "react-select": "^5.8.0",