diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f4766e9..c4b1ba5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -4,7 +4,6 @@ "requires": true, "packages": { "": { - "name": "frontend", "dependencies": { "@reduxjs/toolkit": "^2.12.0", "axios": "^1.18.1", @@ -19,7 +18,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", "reselect": "^5.2.0", "vite": "^8.0.16" }, @@ -3469,9 +3468,9 @@ } }, "node_modules/@redux-saga/core": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@redux-saga/core/-/core-1.5.0.tgz", - "integrity": "sha512-oMWpQntvVikLhr+wZsvGDzkjW79HphBgEb6Hncz8OkM0azsT3uUnP1Her/W5QZhcDG+tWmjDhah8uDbPSRLs/Q==", + "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", @@ -3479,7 +3478,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", @@ -3518,9 +3517,9 @@ "license": "MIT" }, "node_modules/@redux-saga/types": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@redux-saga/types/-/types-1.4.0.tgz", - "integrity": "sha512-fq3Vy0TRl0mEb+1CyTx5wPBY3jxDi7yD4GL1Kz4S6ud7/leGEgRq1NYJDIiVbHMRBJd5rU/BB0Z+akrXSR0DJg==", + "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": { @@ -10746,13 +10745,13 @@ } }, "node_modules/redux-saga": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/redux-saga/-/redux-saga-1.5.0.tgz", - "integrity": "sha512-IdnDBfgt/XuBhSwWMGwjtcOOQAmiqOc1nRGxNst2MWP9yLN0zOvaPpinm8rtKoL00kMZgczZFPNNQgy2hoBIBw==", + "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-test-plan": { diff --git a/frontend/package.json b/frontend/package.json index f50ec62..eddf5cd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,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", "reselect": "^5.2.0", "vite": "^8.0.16" },