From 1524919bb64b40b4f6c0f3dc233c31826c2f5195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 22:49:24 +0000 Subject: [PATCH] Bump next from 9.2.1 to 9.3.3 Bumps [next](https://github.com/zeit/next.js) from 9.2.1 to 9.3.3. - [Release notes](https://github.com/zeit/next.js/releases) - [Commits](https://github.com/zeit/next.js/compare/v9.2.1...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 0e78ae6..04f5384 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "deploy": "next build && next export && touch out/.nojekyll && touch out/CNAME && echo \"face.constraint.systems\" >> out/CNAME && git add out/ && git commit -m \"Deploy to gh-pages\" && git subtree push --prefix out origin gh-pages" }, "dependencies": { - "next": "9.2.1", + "next": "9.3.3", "react": "16.12.0", "react-dom": "16.12.0" }