diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 68d2002f..a9cd2e6c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -22,7 +22,7 @@ "react-icons": "^5.2.1", "react-leaflet": "^4.2.1", "react-modal": "^3.16.1", - "react-redux": "^8.0.2", + "react-redux": "^8.1.3", "react-router-dom": "^6.25.1", "react-slick": "^0.30.2", "react-spinners": "^0.14.1", @@ -5417,9 +5417,9 @@ } }, "node_modules/react-redux": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.0.2.tgz", - "integrity": "sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.3.tgz", + "integrity": "sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.1", @@ -5435,7 +5435,7 @@ "react": "^16.8 || ^17.0 || ^18.0", "react-dom": "^16.8 || ^17.0 || ^18.0", "react-native": ">=0.59", - "redux": "^4" + "redux": "^4 || ^5.0.0-beta.0" }, "peerDependenciesMeta": { "@types/react": { diff --git a/frontend/package.json b/frontend/package.json index 3351bf3a..835c7bf0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "react-icons": "^5.2.1", "react-leaflet": "^4.2.1", "react-modal": "^3.16.1", - "react-redux": "^8.0.2", + "react-redux": "^8.1.3", "react-router-dom": "^6.25.1", "react-slick": "^0.30.2", "react-spinners": "^0.14.1",