From b3b03468cc7644fd6e448b2ff4314729a127cdd8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 22:14:47 +0000 Subject: [PATCH] Bump spotify-web-api-node from 3.1.1 to 4.0.0 Bumps [spotify-web-api-node](https://github.com/thelinmichael/spotify-web-api-node) from 3.1.1 to 4.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...v4.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..1499053 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": "^4.0.0" }, "engines": { "node": "8.x"