From dfe2ed9321ef1aaf1269537bbebc05f2199663b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 09:19:21 +0000 Subject: [PATCH] Bump spotify-uri from 2.2.0 to 3.0.1 Bumps [spotify-uri](https://github.com/TooTallNate/spotify-uri) from 2.2.0 to 3.0.1. - [Release notes](https://github.com/TooTallNate/spotify-uri/releases) - [Changelog](https://github.com/TooTallNate/spotify-uri/blob/master/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/spotify-uri/commits/v3.0.1) --- updated-dependencies: - dependency-name: spotify-uri dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e74854..4cb69a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ffmpeg-static": "^5.0.0", "libsodium-wrappers": "^0.7.9", "mongoose": "^6.2.8", - "spotify-uri": "^2.2.0", + "spotify-uri": "^3.0.1", "topgg-autoposter": "^2.0.1", "wokcommands": "^1.5.3", "youtube-dl-exec": "^2.0.8", @@ -1584,11 +1584,11 @@ } }, "node_modules/spotify-uri": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/spotify-uri/-/spotify-uri-2.2.0.tgz", - "integrity": "sha512-uUybj02bfyfCoZ0MJ80MkqbKxtIVRJfbRGk05KJFq1li3zb7yNfN1f+TAw4wcXgp7jLWExeiw2wyPQXZ8PHtfg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spotify-uri/-/spotify-uri-3.0.1.tgz", + "integrity": "sha512-EevYyBXPBBi26qUWmeOzZDhT9Dk+0yedn718CcsJUgDmLdvtuIeGSqwwRL8g03uRNbhuefu1Nt/l8xGLTsi8gQ==", "engines": { - "node": ">= 6" + "node": ">= 12" } }, "node_modules/statuses": { @@ -3053,9 +3053,9 @@ } }, "spotify-uri": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/spotify-uri/-/spotify-uri-2.2.0.tgz", - "integrity": "sha512-uUybj02bfyfCoZ0MJ80MkqbKxtIVRJfbRGk05KJFq1li3zb7yNfN1f+TAw4wcXgp7jLWExeiw2wyPQXZ8PHtfg==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spotify-uri/-/spotify-uri-3.0.1.tgz", + "integrity": "sha512-EevYyBXPBBi26qUWmeOzZDhT9Dk+0yedn718CcsJUgDmLdvtuIeGSqwwRL8g03uRNbhuefu1Nt/l8xGLTsi8gQ==" }, "statuses": { "version": "1.5.0", diff --git a/package.json b/package.json index 6ec6b32..613af48 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "ffmpeg-static": "^5.0.0", "libsodium-wrappers": "^0.7.9", "mongoose": "^6.2.8", - "spotify-uri": "^2.2.0", + "spotify-uri": "^3.0.1", "topgg-autoposter": "^2.0.1", "wokcommands": "^1.5.3", "youtube-dl-exec": "^2.0.8",