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