From 1373fa053e21119e0c3ce42c81622320d4ccc1ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 19:02:26 +0000 Subject: [PATCH] chore(deps-dev): Bump redux-saga-test-plan from 4.0.3 to 4.0.5 Bumps [redux-saga-test-plan](https://github.com/jfairbank/redux-saga-test-plan) from 4.0.3 to 4.0.5. - [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) --- updated-dependencies: - dependency-name: redux-saga-test-plan dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2149cc3..1c405bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "prettier": "^2.5.0", "raw-loader": "^4.0.2", "redux-mock-store": "^1.5.4", - "redux-saga-test-plan": "^4.0.3", + "redux-saga-test-plan": "^4.0.5", "ts-jest": "^27.1.4", "ts-loader": "^9.2.6", "tsconfig-paths-webpack-plugin": "^3.5.2", @@ -9988,9 +9988,9 @@ } }, "node_modules/redux-saga-test-plan": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.3.tgz", - "integrity": "sha512-bhiWnwb3Gvsu1iUh8A4jUvDxhf1AU/ZfjTspDMWf2fRFUCBeKBnTBm+UcKAPRJxKro5h1ypS/jaFNb7kJaf5yw==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.5.tgz", + "integrity": "sha512-phNx9h+50JXRzD5siADURrwT+ZJpLs1x5r3CRWa6HDwSZErIhH2WW/EnNAXeuM9TxYqY+ikjTWTYR6pDUyDC2g==", "dev": true, "dependencies": { "core-js": "^2.4.1", @@ -19859,9 +19859,9 @@ } }, "redux-saga-test-plan": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.3.tgz", - "integrity": "sha512-bhiWnwb3Gvsu1iUh8A4jUvDxhf1AU/ZfjTspDMWf2fRFUCBeKBnTBm+UcKAPRJxKro5h1ypS/jaFNb7kJaf5yw==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.5.tgz", + "integrity": "sha512-phNx9h+50JXRzD5siADURrwT+ZJpLs1x5r3CRWa6HDwSZErIhH2WW/EnNAXeuM9TxYqY+ikjTWTYR6pDUyDC2g==", "dev": true, "requires": { "core-js": "^2.4.1", diff --git a/package.json b/package.json index 0aab44d..71a1afb 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "prettier": "^2.5.0", "raw-loader": "^4.0.2", "redux-mock-store": "^1.5.4", - "redux-saga-test-plan": "^4.0.3", + "redux-saga-test-plan": "^4.0.5", "ts-jest": "^27.1.4", "ts-loader": "^9.2.6", "tsconfig-paths-webpack-plugin": "^3.5.2",