From c3fb4c33e2ce90925942bb7244d97fdca6082f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:08:29 +0000 Subject: [PATCH] Bump redux from 5.0.0 to 5.0.1 Bumps [redux](https://github.com/reduxjs/redux) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/reduxjs/redux/releases) - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/redux/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: redux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- node_modules | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules b/node_modules index 5fb6ed6ad..c99ee8945 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 5fb6ed6ad2877a961e75d227f4675f9fd3f47099 +Subproject commit c99ee8945f66c5cd010027506a25b8f82c1614f2 diff --git a/package.json b/package.json index 5c4fea86f..b81a9740e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "prop-types": "15.8.1", "react": "18.2.0", "react-dom": "18.2.0", - "redux": "5.0.0", + "redux": "5.0.1", "redux-thunk": "3.1.0", "throttle-debounce": "5.0.0", "xterm": "5.1.0",