diff --git a/client/package-lock.json b/client/package-lock.json index 52eb3c4..94af4e0 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -19,11 +19,11 @@ "lorem-ipsum": "^2.0.8", "moment": "^2.29.3", "next": "12.1.6", - "react": "^18.3.1", + "react": "18.3.1", "react-colorful": "^5.6.1", - "react-dom": "^18.3.1", + "react-dom": "18.3.1", "react-infinite-scroll-component": "^6.1.0", - "react-redux": "^8.0.2", + "react-redux": "^8.1.3", "react-verification-input": "^3.1.1", "socket.io-client": "^4.5.3", "three": "^0.165.0" @@ -5526,9 +5526,10 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "node_modules/react-redux": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.0.4.tgz", - "integrity": "sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ==", + "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", "@types/hoist-non-react-statics": "^3.3.1", @@ -5543,7 +5544,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": { @@ -10141,9 +10142,9 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "react-redux": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.0.4.tgz", - "integrity": "sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.3.tgz", + "integrity": "sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==", "requires": { "@babel/runtime": "^7.12.1", "@types/hoist-non-react-statics": "^3.3.1", diff --git a/client/package.json b/client/package.json index 2121ce9..fc53f7b 100644 --- a/client/package.json +++ b/client/package.json @@ -24,7 +24,7 @@ "react-colorful": "^5.6.1", "react-dom": "18.3.1", "react-infinite-scroll-component": "^6.1.0", - "react-redux": "^8.0.2", + "react-redux": "^8.1.3", "react-verification-input": "^3.1.1", "socket.io-client": "^4.5.3", "three": "^0.165.0"