From 692a5d9da41eb8a907214e925b1a0d0b3d9c1bf1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 23:16:24 +0000 Subject: [PATCH] Bump spotify-web-api-node from 3.1.1 to 5.0.0 Bumps [spotify-web-api-node](https://github.com/thelinmichael/spotify-web-api-node) from 3.1.1 to 5.0.0. - [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/v3.1.1...v5.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 7f61314..09b3383 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "express": "^4.15.2", - "spotify-web-api-node": "^3.0.0" + "spotify-web-api-node": "^5.0.0" }, "engines": { "node": "8.x"