From ab3fdce379a39ad13895a0186858e12d623d2ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:35:25 +0000 Subject: [PATCH] chore: 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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0caa9501a1..9b01537aca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "react-idle-timer": "5.7.2", "react-leaflet": "3.2.5", "react-linkify": "1.0.0-alpha", - "react-redux": "8.1.2", + "react-redux": "8.1.3", "react-router-dom": "6.18.0", "stream-browserify": "3.0.0", "tss-react": "4.9.2", @@ -17571,9 +17571,9 @@ } }, "node_modules/react-redux": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.2.tgz", - "integrity": "sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.3.tgz", + "integrity": "sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==", "dependencies": { "@babel/runtime": "^7.12.1", "@types/hoist-non-react-statics": "^3.3.1", diff --git a/package.json b/package.json index b0b5461c18..539cab523c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-idle-timer": "5.7.2", "react-leaflet": "3.2.5", "react-linkify": "1.0.0-alpha", - "react-redux": "8.1.2", + "react-redux": "8.1.3", "react-router-dom": "6.18.0", "stream-browserify": "3.0.0", "tss-react": "4.9.2",