From f9a32a848dc95a3f79f21e470022337a07a21c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:05:24 +0000 Subject: [PATCH] Bump react-redux from 8.0.4 to 8.0.5 in /desktop-app Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.0.4 to 8.0.5. - [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.0.4...v8.0.5) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- desktop-app/package.json | 2 +- desktop-app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop-app/package.json b/desktop-app/package.json index 695d12ea..9efd64a2 100644 --- a/desktop-app/package.json +++ b/desktop-app/package.json @@ -127,7 +127,7 @@ "react-dnd-html5-backend": "^16.0.1", "react-dom": "^18.2.0", "react-markdown": "^8.0.5", - "react-redux": "^8.0.2", + "react-redux": "^8.0.5", "react-router-dom": "^6.3.0", "redux": "^4.0.4", "redux-thunk": "^2.3.0", diff --git a/desktop-app/yarn.lock b/desktop-app/yarn.lock index 54781e88..a75d82df 100644 --- a/desktop-app/yarn.lock +++ b/desktop-app/yarn.lock @@ -11022,10 +11022,10 @@ react-markdown@^8.0.5: unist-util-visit "^4.0.0" vfile "^5.0.0" -react-redux@^8.0.2: - version "8.0.4" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.0.4.tgz#80c31dffa8af9526967c4267022ae1525ff0e36a" - integrity sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ== +react-redux@^8.0.5: + version "8.0.5" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.0.5.tgz#e5fb8331993a019b8aaf2e167a93d10af469c7bd" + integrity sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw== dependencies: "@babel/runtime" "^7.12.1" "@types/hoist-non-react-statics" "^3.3.1"