From a4779a017900f792a322b6e79716472a92848103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:59:17 +0000 Subject: [PATCH] Bump spotify-url-info from 3.2.16 to 3.2.17 Bumps [spotify-url-info](https://github.com/microlinkhq/spotify-url-info) from 3.2.16 to 3.2.17. - [Release notes](https://github.com/microlinkhq/spotify-url-info/releases) - [Changelog](https://github.com/microlinkhq/spotify-url-info/blob/master/CHANGELOG.md) - [Commits](https://github.com/microlinkhq/spotify-url-info/compare/v3.2.16...v3.2.17) --- updated-dependencies: - dependency-name: spotify-url-info dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f957a3f..8f7606a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "simple-youtube-api": "^5.2.1", "soundcloud-downloader": "^1.0.0", "spotify-uri": "^4.1.0", - "spotify-url-info": "^3.2.16", + "spotify-url-info": "^3.2.17", "string-progressbar": "^1.0.4", "valid-url": "^1.0.9", "winston": "^3.3.3", @@ -2053,9 +2053,9 @@ } }, "node_modules/spotify-url-info": { - "version": "3.2.16", - "resolved": "https://registry.npmjs.org/spotify-url-info/-/spotify-url-info-3.2.16.tgz", - "integrity": "sha512-szXt1PLt8lqhaXsTNYH7zPd+EBj6Ha0xtqitqicCijGX6x/jYvn6wgGaK2F1OQfJzx8lxDNfZbtarn4DxzaZ2Q==", + "version": "3.2.17", + "resolved": "https://registry.npmjs.org/spotify-url-info/-/spotify-url-info-3.2.17.tgz", + "integrity": "sha512-y2afXtM8aTAwctNrfetGFVZbLKkO7HUQH8969Jlx+IYcXYL8Mt6jBARHkVSdv+oySWI9QwxVpoRxiJzaAls//A==", "dependencies": { "himalaya": "~1.1.0", "spotify-uri": "~4.1.0" @@ -4083,9 +4083,9 @@ "integrity": "sha512-SFpBt8pQqO7DOFBsdUjv3GxGZAKYP7UqcTflfE7h3YL1lynl/6Motq7NERoJJR8eF9kXQRSpcdMmV5ou84rbng==" }, "spotify-url-info": { - "version": "3.2.16", - "resolved": "https://registry.npmjs.org/spotify-url-info/-/spotify-url-info-3.2.16.tgz", - "integrity": "sha512-szXt1PLt8lqhaXsTNYH7zPd+EBj6Ha0xtqitqicCijGX6x/jYvn6wgGaK2F1OQfJzx8lxDNfZbtarn4DxzaZ2Q==", + "version": "3.2.17", + "resolved": "https://registry.npmjs.org/spotify-url-info/-/spotify-url-info-3.2.17.tgz", + "integrity": "sha512-y2afXtM8aTAwctNrfetGFVZbLKkO7HUQH8969Jlx+IYcXYL8Mt6jBARHkVSdv+oySWI9QwxVpoRxiJzaAls//A==", "requires": { "himalaya": "~1.1.0", "spotify-uri": "~4.1.0" diff --git a/package.json b/package.json index 20167fb..e06fb75 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "simple-youtube-api": "^5.2.1", "soundcloud-downloader": "^1.0.0", "spotify-uri": "^4.1.0", - "spotify-url-info": "^3.2.16", + "spotify-url-info": "^3.2.17", "string-progressbar": "^1.0.4", "valid-url": "^1.0.9", "winston": "^3.3.3",