From 65c3b422bbb6d31e59e1d1613755a35f6cd59f9a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 06:47:55 +0000 Subject: [PATCH] Bump spotify-web-api-node from 4.0.0 to 5.0.2 Bumps [spotify-web-api-node](https://github.com/thelinmichael/spotify-web-api-node) from 4.0.0 to 5.0.2. - [Release notes](https://github.com/thelinmichael/spotify-web-api-node/releases) - [Changelog](https://github.com/thelinmichael/spotify-web-api-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/thelinmichael/spotify-web-api-node/compare/v4.0.0...v5.0.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..eed6b91 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "next": "^8.0.0", "react": "^16.7.0", "react-dom": "^16.7.0", - "spotify-web-api-node": "^4.0.0" + "spotify-web-api-node": "^5.0.2" }, "devDependencies": { "@zeit/next-css": "^1.0.1",