From cd16a54a8a43cdc7c3201023d94c63ba56aec3f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 05:44:12 +0000 Subject: [PATCH] chore(deps-dev): bump redux-saga-test-plan in /client Bumps [redux-saga-test-plan](https://github.com/jfairbank/redux-saga-test-plan) from 4.0.0-rc.3 to 4.0.1. - [Release notes](https://github.com/jfairbank/redux-saga-test-plan/releases) - [Changelog](https://github.com/jfairbank/redux-saga-test-plan/blob/master/CHANGELOG.md) - [Commits](https://github.com/jfairbank/redux-saga-test-plan/commits) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 9e640fa98d..fb32132281 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22844,9 +22844,9 @@ } }, "redux-saga-test-plan": { - "version": "4.0.0-rc.3", - "resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.0-rc.3.tgz", - "integrity": "sha512-18Ha1AWmP4Xt64cSyJv2j7sH8lwQzdk/LByiyhoNyuqyhzkQzlKlflHr3LqiSCzn3e2AgFxagynto8XGRqsHcg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.1.tgz", + "integrity": "sha512-UBtb6l8ETKfE/sHZisTIa60t/CdDH7o8epobW6JEFkOqp9hXNgicBdMxWl97i1144eZun8OudbMsL2nvrdnoWA==", "dev": true, "requires": { "core-js": "^2.4.1", diff --git a/client/package.json b/client/package.json index f229b0e236..16cd2371ba 100644 --- a/client/package.json +++ b/client/package.json @@ -111,7 +111,7 @@ "jest": "^24.9.0", "monaco-editor-webpack-plugin": "^1.9.0", "react-test-renderer": "^16.10.2", - "redux-saga-test-plan": "^4.0.0-rc.3", + "redux-saga-test-plan": "^4.0.1", "webpack": "^4.44.2", "webpack-cli": "^3.3.12" },