From ed5503f4c7831a6f4db77d308a6f816c85c4debb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 16:11:39 +0000 Subject: [PATCH] build(deps): bump typed-redux-saga from 1.3.1 to 1.4.0 Bumps [typed-redux-saga](https://github.com/agiledigital/typed-redux-saga) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/agiledigital/typed-redux-saga/releases) - [Commits](https://github.com/agiledigital/typed-redux-saga/commits) --- updated-dependencies: - dependency-name: typed-redux-saga dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 7a441eaa..79feb422 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "redux-saga": "^1.1.3", "semver": "^7.3.5", "spdx-satisfies": "^5.0.0", - "typed-redux-saga": "^1.3.1", + "typed-redux-saga": "^1.4.0", "typescript": "~4.5.5", "web-vitals": "^2.1.4", "xterm": "^4.17.0", diff --git a/yarn.lock b/yarn.lock index 532c3578..49767063 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3106,7 +3106,7 @@ babel-plugin-jest-hoist@^26.6.2: "@types/babel__core" "^7.0.0" "@types/babel__traverse" "^7.0.6" -babel-plugin-macros@2.8.0, babel-plugin-macros@^2.8.0: +babel-plugin-macros@2.8.0: version "2.8.0" resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138" integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== @@ -3115,7 +3115,7 @@ babel-plugin-macros@2.8.0, babel-plugin-macros@^2.8.0: cosmiconfig "^6.0.0" resolve "^1.12.0" -babel-plugin-macros@^3.0.1: +babel-plugin-macros@^3.0.1, babel-plugin-macros@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1" integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg== @@ -12128,13 +12128,13 @@ type@^2.0.0: resolved "https://registry.yarnpkg.com/type/-/type-2.5.0.tgz#0a2e78c2e77907b252abe5f298c1b01c63f0db3d" integrity sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw== -typed-redux-saga@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/typed-redux-saga/-/typed-redux-saga-1.3.1.tgz#92b01db41e3510102f87eb9ff261ec73d38a2e44" - integrity sha512-nUj1/1/SAesEsZrr7o24ID+++CqZ6QfPVDcwhY2rVmm4vEBr/vbDHJ6j/w6SomOcooLwnh3sdaWVhNEIy7VgNA== +typed-redux-saga@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/typed-redux-saga/-/typed-redux-saga-1.4.0.tgz#21cbf7bc5a8c26d5fda32968a56c923c8ebc43db" + integrity sha512-CliIK139wJvIIkFId5eKSmE8boH20QZiwWiP5ju4jmTtW4WZzgmMFRqsjSgdcTVHb1iwmmH3qfIpavMf8twkGA== optionalDependencies: - "@babel/helper-module-imports" "^7.12.1" - babel-plugin-macros "^2.8.0" + "@babel/helper-module-imports" "^7.14.5" + babel-plugin-macros "^3.1.0" typed-styles@^0.0.7: version "0.0.7"