From a66946872853cf94660ab5abadec51d152847115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 19:03:38 +0000 Subject: [PATCH] chore(deps-dev): Bump redux-saga-test-plan from 4.0.3 to 4.0.6 Bumps [redux-saga-test-plan](https://github.com/jfairbank/redux-saga-test-plan) from 4.0.3 to 4.0.6. - [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/compare/v4.0.3...v4.0.6) --- 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 | 22 +++++++++------------- package.json | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec09c66..1804bef 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.6", "ts-jest": "^27.1.4", "ts-loader": "^9.2.6", "tsconfig-paths-webpack-plugin": "^3.5.2", @@ -10047,16 +10047,14 @@ } }, "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.6", + "resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.6.tgz", + "integrity": "sha512-ESdbFoDWCeJ/EiFdUNSCGtA2CC9tnuvHDm6k06gVFa98EIeR2hpzFkGk9kJ1/hpMUnYFp+OOEEITIrZeDYBfFg==", "dev": true, "dependencies": { - "core-js": "^2.4.1", "fsm-iterator": "^1.1.0", "lodash.isequal": "^4.5.0", - "lodash.ismatch": "^4.4.0", - "object-assign": "^4.1.0" + "lodash.ismatch": "^4.4.0" }, "peerDependencies": { "@redux-saga/is": "^1.0.1", @@ -19965,16 +19963,14 @@ } }, "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.6", + "resolved": "https://registry.npmjs.org/redux-saga-test-plan/-/redux-saga-test-plan-4.0.6.tgz", + "integrity": "sha512-ESdbFoDWCeJ/EiFdUNSCGtA2CC9tnuvHDm6k06gVFa98EIeR2hpzFkGk9kJ1/hpMUnYFp+OOEEITIrZeDYBfFg==", "dev": true, "requires": { - "core-js": "^2.4.1", "fsm-iterator": "^1.1.0", "lodash.isequal": "^4.5.0", - "lodash.ismatch": "^4.4.0", - "object-assign": "^4.1.0" + "lodash.ismatch": "^4.4.0" } }, "regenerator-runtime": { diff --git a/package.json b/package.json index 6c0af94..75b3726 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.6", "ts-jest": "^27.1.4", "ts-loader": "^9.2.6", "tsconfig-paths-webpack-plugin": "^3.5.2",