From 1df93fa6683b00485eab522672f26780128d6297 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 21:20:44 +0000 Subject: [PATCH 1/2] fix(package): update next-redux-wrapper to version 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 414409b..a6f2d91 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "humps": "^2.0.1", "immutable": "^3.8.2", "next": "^9.3.6", - "next-redux-wrapper": "^5.0.0", + "next-redux-wrapper": "^6.0.0", "next-routes": "^1.4.2", "prop-types": "^15.6.1", "react": "^16.13.1", From 84f232b9e7fcff0d257fe89774c1b748d4eda695 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 21:20:48 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 7b22b69..cf37194 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6235,10 +6235,10 @@ neo-async@^2.5.0, neo-async@^2.6.1: resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c" integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== -next-redux-wrapper@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/next-redux-wrapper/-/next-redux-wrapper-5.0.0.tgz#0f36f94ea00581fbdc94f2405594f6360beb08dc" - integrity sha512-jw893pPRJ4DCwskChp8iB+OjzfvblkEEw7frO3+u/jgZxlQ2yLaTAIRyEBjdCxTf7AOQGYb8aiWdC5toZOHJjg== +next-redux-wrapper@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/next-redux-wrapper/-/next-redux-wrapper-6.0.0.tgz#079a142a1178b44034ffbb72a4247e05cd1ac125" + integrity sha512-M+8bglQKZ/IDY98xMkDvXvLRK6N86F6z9suzpGcktOy1ImV18KH8iIiusC8t6PiZxMLIb9FyHX1I3mEgM4Bt2Q== next-routes@^1.4.2: version "1.4.2"