diff --git a/example-app/package.json b/example-app/package.json index 459a6833..45339c16 100644 --- a/example-app/package.json +++ b/example-app/package.json @@ -22,7 +22,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-html-parser": "2.0.2", - "react-redux": "8.0.2", + "react-redux": "8.0.7", "react-router-dom": "6.3.0", "react-scripts": "5.0.1", "redux": "4.2.0", diff --git a/example-app/yarn.lock b/example-app/yarn.lock index 2fbbf631..8fe1f183 100644 --- a/example-app/yarn.lock +++ b/example-app/yarn.lock @@ -9010,10 +9010,10 @@ react-is@^18.0.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67" integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg== -react-redux@8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.0.2.tgz#bc2a304bb21e79c6808e3e47c50fe1caf62f7aad" - integrity sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA== +react-redux@8.0.7: + version "8.0.7" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.0.7.tgz#b74ef2f7ce2076e354540aa3511d3670c2b62571" + integrity sha512-1vRQuCQI5Y2uNmrMXg81RXKiBHY3jBzvCvNmZF437O/Z9/pZ+ba2uYHbemYXb3g8rjsacBGo+/wmfrQKzMhJsg== dependencies: "@babel/runtime" "^7.12.1" "@types/hoist-non-react-statics" "^3.3.1"