From e61efb4527c3182457aab43f354d41b28c4162d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:00:58 -0400 Subject: [PATCH] build(deps): Bump react-redux from 8.1.1 to 8.1.2 (#1157) Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/compare/v8.1.1...v8.1.2) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",