diff --git a/package-lock.json b/package-lock.json index deb6230d..6e04a642 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "jwt-decode": "^3.1.2", "lodash": "^4.17.21", "react": "^18.2.0", - "react-redux": "^8.1.2", + "react-redux": "^8.1.3", "terraso-backend": "github:techmatters/terraso-backend#dc15c3a", "uuid": "^9.0.1" }, @@ -12193,9 +12193,9 @@ "dev": true }, "node_modules/react-redux": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.2.tgz", - "integrity": "sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.3.tgz", + "integrity": "sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==", "dependencies": { "@babel/runtime": "^7.12.1", "@types/hoist-non-react-statics": "^3.3.1", diff --git a/package.json b/package.json index d67f5c84..c3108187 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "jwt-decode": "^3.1.2", "lodash": "^4.17.21", "react": "^18.2.0", - "react-redux": "^8.1.2", + "react-redux": "^8.1.3", "terraso-backend": "github:techmatters/terraso-backend#dc15c3a", "uuid": "^9.0.1" },