summaryrefslogtreecommitdiff
path: root/frontend/yarn.lock
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/yarn.lock')
-rw-r--r--frontend/yarn.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index a7556445..fd6457c5 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -4435,9 +4435,9 @@ redux-saga:
version "0.13.0"
resolved "https://registry.yarnpkg.com/redux-saga/-/redux-saga-0.13.0.tgz#9294386550deb0d56bc9a1b3c90a613e7ddb6593"
-redux-saga-router@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/redux-saga-router/-/redux-saga-router-1.1.0.tgz#c2edf4445c9def382fd64d3e8f63c7f4d519bb91"
+redux-saga-router@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/redux-saga-router/-/redux-saga-router-2.0.0.tgz#48d4622029347fce004ffa4f8c421a3a453050ae"
dependencies:
fsm-iterator "^1.0.0"
history "^4.3.0"
bgstack15