From 7ea2a434adb68a796e49010f712bdb815b466b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 09:59:37 +0000 Subject: [PATCH] Bump next from 7.0.3 to 9.3.3 in /front Bumps [next](https://github.com/zeit/next.js) from 7.0.3 to 9.3.3. - [Release notes](https://github.com/zeit/next.js/releases) - [Commits](https://github.com/zeit/next.js/compare/7.0.3...v9.3.3) Signed-off-by: dependabot[bot] --- front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/package.json b/front/package.json index ef38e75..4af462e 100644 --- a/front/package.json +++ b/front/package.json @@ -22,7 +22,7 @@ "isomorphic-unfetch": "^3.0.0", "js-cookie": "^2.2.0", "lodash": "^4.17.13", - "next": "^7.0.2", + "next": "^9.3.3", "next-redux-saga": "^3.0.0", "next-redux-wrapper": "^2.1.0", "nprogress": "^0.2.0",