diff --git a/package-lock.json b/package-lock.json index 1901294a570..59ed200bcd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "redux": "5.0.1", "redux-first-history": "5.2.0", "redux-logger": "3.0.6", - "redux-saga": "1.5.0", + "redux-saga": "1.5.1", "response-time": "2.3.4", "schema-utils": "4.3.3", "serialize-javascript": "7.0.7", @@ -4011,7 +4011,9 @@ } }, "node_modules/@redux-saga/core": { - "version": "1.5.0", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@redux-saga/core/-/core-1.5.1.tgz", + "integrity": "sha512-Yh/eO0YBawlK5qAVXh9vSS0BDMWyFe6qIcVcKa8JtPOo3IFwRly33ZYBrsCwxu7jdSQT9QUJHChAU8fil5dRZQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.4", @@ -4019,7 +4021,7 @@ "@redux-saga/delay-p": "^1.3.1", "@redux-saga/is": "^1.2.1", "@redux-saga/symbols": "^1.2.1", - "@redux-saga/types": "^1.4.0" + "@redux-saga/types": "^1.4.1" }, "funding": { "type": "opencollective", @@ -4028,10 +4030,14 @@ }, "node_modules/@redux-saga/deferred": { "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@redux-saga/deferred/-/deferred-1.3.1.tgz", + "integrity": "sha512-0YZ4DUivWojXBqLB/TmuRRpDDz7tyq1I0AuDV7qi01XlLhM5m51W7+xYtIckH5U2cMlv9eAuicsfRAi1XHpXIg==", "license": "MIT" }, "node_modules/@redux-saga/delay-p": { "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.3.1.tgz", + "integrity": "sha512-597I7L5MXbD/1i3EmcaOOjL/5suxJD7p5tnbV1PiWnE28c2cYiIHqmSMK2s7us2/UrhOL2KTNBiD0qBg6KnImg==", "license": "MIT", "dependencies": { "@redux-saga/symbols": "^1.2.1" @@ -4039,6 +4045,8 @@ }, "node_modules/@redux-saga/is": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@redux-saga/is/-/is-1.2.1.tgz", + "integrity": "sha512-x3aWtX3GmQfEvn8dh0ovPbsXgK9JjpiR24wKztpGbZP8JZUWWvUgKrvnWZ/T/4iphOBftyVc9VrIwhAnsM+OFA==", "license": "MIT", "dependencies": { "@redux-saga/symbols": "^1.2.1", @@ -4047,10 +4055,14 @@ }, "node_modules/@redux-saga/symbols": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@redux-saga/symbols/-/symbols-1.2.1.tgz", + "integrity": "sha512-3dh+uDvpBXi7EUp/eO+N7eFM4xKaU4yuGBXc50KnZGzIrR/vlvkTFQsX13zsY8PB6sCFYAgROfPSRUj8331QSA==", "license": "MIT" }, "node_modules/@redux-saga/types": { - "version": "1.4.0", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@redux-saga/types/-/types-1.4.1.tgz", + "integrity": "sha512-GSOGLWvJIjA63ywISJZr4skTjTnyQdu2WZbUeVguYNMyinEa9yTflBlVOFuBZxmyMR1dQodCE3PiKDu0BvyAHg==", "license": "MIT" }, "node_modules/@reduxjs/toolkit": { @@ -15011,11 +15023,13 @@ } }, "node_modules/redux-saga": { - "version": "1.5.0", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/redux-saga/-/redux-saga-1.5.1.tgz", + "integrity": "sha512-ZwnV/p+ABHoaDzyBrZshmIG/axRQG6AQJre8p9t1bPI/i6UzE5C9jGG9wgSKi8ojLMVyFLwmiDwFtuaul9c3wQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.4", - "@redux-saga/core": "^1.5.0" + "@redux-saga/core": "^1.5.1" } }, "node_modules/redux-saga-tester": { diff --git a/package.json b/package.json index 460ae73d96d..bdfec8e312f 100644 --- a/package.json +++ b/package.json @@ -222,7 +222,7 @@ "redux": "5.0.1", "redux-first-history": "5.2.0", "redux-logger": "3.0.6", - "redux-saga": "1.5.0", + "redux-saga": "1.5.1", "response-time": "2.3.4", "schema-utils": "4.3.3", "serialize-javascript": "7.0.7",