From 007ff367ad292fe3d60a36dad3014898ab978823 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 06:53:29 +0000 Subject: [PATCH] [Security] Bump next from 8.1.0 to 9.5.2 Bumps [next](https://github.com/vercel/next.js) from 8.1.0 to 9.5.2. **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...v9.5.2) 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..5b9f151 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "now-build": "next build" }, "dependencies": { - "next": "^8.0.0", + "next": "^9.5.2", "react": "^16.7.0", "react-dom": "^16.7.0", "spotify-web-api-node": "^4.0.0"