From c1dcc595ed73f259827edd0eaf856658fcb04fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 01:33:01 +0000 Subject: [PATCH] build(deps): Bump react-redux from 9.0.1 to 9.0.2 Bumps [react-redux](https://github.com/reduxjs/react-redux) from 9.0.1 to 9.0.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/v9.0.1...v9.0.2) --- 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 40e27dec..abc3e695 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "aws-amplify": "^5.3.13", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-redux": "^9.0.1", + "react-redux": "^9.0.2", "react-router-dom": "^6.20.1", "react-scripts": "5.0.1", "typescript": "^5.3.2", diff --git a/yarn.lock b/yarn.lock index cc79c50d..949b8c97 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10581,10 +10581,10 @@ react-native-url-polyfill@^1.3.0: dependencies: whatwg-url-without-unicode "8.0.0-3" -react-redux@^9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-9.0.1.tgz#bbdbdd55d5c3b0e996975269b7d6101b80487139" - integrity sha512-d+S89OqyChnY2J0O8wv8boRgnGo0tjvxkMLV78wx7h2ZyJvyeOQcBg4yrm7IxY36gxc63iOCfjjQAyhohKWJbA== +react-redux@^9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-9.0.2.tgz#5654d490be9abd34b73f369d3c1f89d6b14b072e" + integrity sha512-34EI42cYZxJF59Iht6RDM5xDun5EdhV8CbJcTe+mYx97XMHLNYA6RrH9r/ZOZX3CetVCYfBEU9oAY9h3sZarsw== dependencies: "@types/use-sync-external-store" "^0.0.3" use-sync-external-store "^1.0.0"