From 39720508c1389c579da93d8a08403751acebb562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:37:04 +0000 Subject: [PATCH] chore(deps): [skip netlify] bump react-redux from 8.1.2 to 8.1.3 Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.1.2 to 8.1.3. - [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.2...v8.1.3) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5af8c88..19f050a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-mailchimp-subscribe": "^2.1.3", "react-netlify-forms": "^1.3.3", "react-perfect-scrollbar": "^1.5.8", - "react-redux": "^8.1.2", + "react-redux": "^8.1.3", "react-responsive-modal": "^6.4.2", "react-slick": "^0.29.0", "react-toast-notifications": "^2.5.1", diff --git a/yarn.lock b/yarn.lock index c9d3e73..c85c3c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4013,10 +4013,10 @@ react-popper@^2.2.4: react-fast-compare "^3.0.1" warning "^4.0.2" -react-redux@^8.1.2: - version "8.1.2" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.1.2.tgz#9076bbc6b60f746659ad6d51cb05de9c5e1e9188" - integrity sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw== +react-redux@^8.1.3: + version "8.1.3" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.1.3.tgz#4fdc0462d0acb59af29a13c27ffef6f49ab4df46" + integrity sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw== dependencies: "@babel/runtime" "^7.12.1" "@types/hoist-non-react-statics" "^3.3.1"