From 562472e8aca4052d5dcdf94e8af03de84f2e7482 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 10 Jul 2024 19:48:34 +0000
Subject: [PATCH] Update dependency redux-saga to v1.3.0

---
 package-lock.json | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 6114907d2..a84aa1ef4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4592,9 +4592,10 @@
       "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw=="
     },
     "node_modules/@redux-saga/core": {
-      "version": "1.2.3",
-      "resolved": "https://registry.npmjs.org/@redux-saga/core/-/core-1.2.3.tgz",
-      "integrity": "sha512-U1JO6ncFBAklFTwoQ3mjAeQZ6QGutsJzwNBjgVLSWDpZTRhobUzuVDS1qH3SKGJD8fvqoaYOjp6XJ3gCmeZWgA==",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/@redux-saga/core/-/core-1.3.0.tgz",
+      "integrity": "sha512-L+i+qIGuyWn7CIg7k1MteHGfttKPmxwZR5E7OsGikCL2LzYA0RERlaUY00Y3P3ZV2EYgrsYlBrGs6cJP5OKKqA==",
+      "license": "MIT",
       "dependencies": {
         "@babel/runtime": "^7.6.3",
         "@redux-saga/deferred": "^1.2.1",
@@ -4602,7 +4603,6 @@
         "@redux-saga/is": "^1.1.3",
         "@redux-saga/symbols": "^1.1.3",
         "@redux-saga/types": "^1.2.1",
-        "redux": "^4.0.4",
         "typescript-tuple": "^2.2.1"
       },
       "funding": {
@@ -15022,11 +15022,12 @@
       }
     },
     "node_modules/redux-saga": {
-      "version": "1.2.3",
-      "resolved": "https://registry.npmjs.org/redux-saga/-/redux-saga-1.2.3.tgz",
-      "integrity": "sha512-HDe0wTR5nhd8Xr5xjGzoyTbdAw6rjy1GDplFt3JKtKN8/MnkQSRqK/n6aQQhpw5NI4ekDVOaW+w4sdxPBaCoTQ==",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/redux-saga/-/redux-saga-1.3.0.tgz",
+      "integrity": "sha512-J9RvCeAZXSTAibFY0kGw6Iy4EdyDNW7k6Q+liwX+bsck7QVsU78zz8vpBRweEfANxnnlG/xGGeOvf6r8UXzNJQ==",
+      "license": "MIT",
       "dependencies": {
-        "@redux-saga/core": "^1.2.3"
+        "@redux-saga/core": "^1.3.0"
       }
     },
     "node_modules/reflect.getprototypeof": {