From d417e6207386802e0cee4c0b21861ec39b97d4cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 13:16:28 +0000 Subject: [PATCH] Bump next from 8.1.0 to 9.3.3 Bumps [next](https://github.com/zeit/next.js) from 8.1.0 to 9.3.3. - [Release notes](https://github.com/zeit/next.js/releases) - [Commits](https://github.com/zeit/next.js/compare/v8.1.0...v9.3.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ef6484..df48047 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "jquery": "^3.4.1", "jsonwebtoken": "^8.5.1", "knex": "^0.19.5", - "next": "^8.1.0", + "next": "^9.3.3", "next-fonts": "^0.17.0", "next-images": "^1.1.2", "next-redux-wrapper": "^3.0.0-alpha.3",