From 38618f128c22e6a977a59e3ef9500fa14d62db60 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 10:43:22 +0000 Subject: [PATCH] [Security] Bump next from 8.1.0 to 10.0.0 Bumps [next](https://github.com/vercel/next.js) from 8.1.0 to 10.0.0. **This update includes a security fix.** - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v8.1.0...v10.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1381320..c9e8b43 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "now-build": "next build" }, "dependencies": { - "next": "^8.0.0", + "next": "^10.0.0", "react": "^16.7.0", "react-dom": "^16.7.0", "spotify-web-api-node": "^4.0.0"