From a301e8fe9977b1745aa60f5cb6b368561f5d1717 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 10:11:07 +0000 Subject: [PATCH] Bump spotify-web-api-node from 3.1.1 to 5.0.2 Bumps [spotify-web-api-node](https://github.com/thelinmichael/spotify-web-api-node) from 3.1.1 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/v3.1.1...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 7f61314..4a271aa 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.2" }, "engines": { "node": "8.x"