From af7dcfd666e513b8b14202b7bfefd86f5a4cbf7f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 07:29:02 +0000 Subject: [PATCH] [Security] Bump next from 8.1.0 to 10.0.6 Bumps [next](https://github.com/vercel/next.js) from 8.1.0 to 10.0.6. **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.6) 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..338135b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "now-build": "next build" }, "dependencies": { - "next": "^8.0.0", + "next": "^10.0.6", "react": "^16.7.0", "react-dom": "^16.7.0", "spotify-web-api-node": "^4.0.0"