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",