From 4e1bbfd39f51797c0fded12a7f79c21e06ac9be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:06:39 +0000 Subject: [PATCH] Bump eslint-plugin-redux-saga from 0.9.0 to 1.1.3 Bumps [eslint-plugin-redux-saga](https://github.com/pke/eslint-plugin-redux-saga) from 0.9.0 to 1.1.3. - [Commits](https://github.com/pke/eslint-plugin-redux-saga/compare/0.9.0...1.1.3) --- updated-dependencies: - dependency-name: eslint-plugin-redux-saga dependency-version: 1.1.3 dependency-type: direct:development update-type: version-update:semver-major ... 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 005d647..6b49d98 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "eslint-plugin-jest": "^22.1.2", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-react": "^7.11.1", - "eslint-plugin-redux-saga": "^0.9.0", + "eslint-plugin-redux-saga": "^1.1.3", "husky": "^1.0.0-rc.13", "jest": "^23.6.0", "optimize-css-assets-webpack-plugin": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index e11bcd8..7f57309 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5098,10 +5098,10 @@ eslint-plugin-react@^7.11.1: string.prototype.matchall "^4.0.12" string.prototype.repeat "^1.0.0" -eslint-plugin-redux-saga@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-redux-saga/-/eslint-plugin-redux-saga-0.9.0.tgz#a0532f865a436d42fa797cfbc665c5308a6554df" - integrity sha512-arP+6ASbDqXsFD/g/rIwkcUYMPzX8Bz1PaO0Dbha1MBVpDuy4rALgZxT6+5sZwZw1sboXD6SUsIXYGRJLUvg3A== +eslint-plugin-redux-saga@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-redux-saga/-/eslint-plugin-redux-saga-1.1.3.tgz#56e530f109b7f1c7ad8b9ad2e419b83eca63fcc6" + integrity sha512-fWvibCMWi7xPAgtAk3gaTgC9/x+tEEKAyNPpJkXPyvNqyGZSNGf+1h2HqA1zYXDWUBxvt7hDnz3ljLbQV3WVwA== eslint-scope@3.7.1: version "3.7.1"