diff --git a/package-lock.json b/package-lock.json index efc5acb64..1a0f769c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react-highlight-words": "^0.20.0", "react-hook-form": "^7.45.4", "react-i18next": "^13.1.2", - "react-redux": "^8.1.1", + "react-redux": "^8.1.2", "react-router-dom": "^6.14.2", "scrollama": "^3.2.0", "slate-history": "^0.93.0", @@ -24393,9 +24393,9 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "node_modules/react-redux": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.1.tgz", - "integrity": "sha512-5W0QaKtEhj+3bC0Nj0NkqkhIv8gLADH/2kYFMTHxCVqQILiWzLv6MaLuV5wJU3BQEdHKzTfcvPN0WMS6SC1oyA==", + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.2.tgz", + "integrity": "sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==", "dependencies": { "@babel/runtime": "^7.12.1", "@types/hoist-non-react-statics": "^3.3.1", diff --git a/package.json b/package.json index faf314cf6..571faf89b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-highlight-words": "^0.20.0", "react-hook-form": "^7.45.4", "react-i18next": "^13.1.2", - "react-redux": "^8.1.1", + "react-redux": "^8.1.2", "react-router-dom": "^6.14.2", "scrollama": "^3.2.0", "slate-history": "^0.93.0",