From 9363c6366203e49a6a6eea0541ce0e6bf19dc7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 07:27:00 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-react-redux from 4.2.0 to 4.2.2 Bumps [eslint-plugin-react-redux](https://github.com/DianaSuvorova/eslint-plugin-react-redux) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/DianaSuvorova/eslint-plugin-react-redux/releases) - [Commits](https://github.com/DianaSuvorova/eslint-plugin-react-redux/compare/v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: eslint-plugin-react-redux dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 465079cc..b0abbbd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "eslint-plugin-playwright": "2.2.0", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "5.1.0", - "eslint-plugin-react-redux": "4.2.0", + "eslint-plugin-react-redux": "4.2.2", "eslint-plugin-testing-library": "7.1.1", "git-revision-webpack-plugin": "5.0.0", "history": "5.3.0", @@ -8084,7 +8084,9 @@ } }, "node_modules/eslint-plugin-react-redux": { - "version": "4.2.0", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-redux/-/eslint-plugin-react-redux-4.2.2.tgz", + "integrity": "sha512-aQi1KURmZDpTgvkv9ofvz2TgIHWZeh11UP+V+Z2incbK2feZVM2/Zopn+9npGPyFf7pZFKid65gFIB2d7P/XYw==", "dev": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index f799c75a..3f092bf0 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-playwright": "2.2.0", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "5.1.0", - "eslint-plugin-react-redux": "4.2.0", + "eslint-plugin-react-redux": "4.2.2", "eslint-plugin-testing-library": "7.1.1", "git-revision-webpack-plugin": "5.0.0", "history": "5.3.0",