From 2700cd0d791ee13d6f18a839394a58855657d833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 17:10:07 +0000 Subject: [PATCH] Bump spotify-url-info from 2.2.9 to 3.1.4 Bumps [spotify-url-info](https://github.com/microlinkhq/spotify-url-info) from 2.2.9 to 3.1.4. - [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/v2.2.9...v3.1.4) --- updated-dependencies: - dependency-name: spotify-url-info dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 64 ++++++++++++----------------------------------- package.json | 2 +- 2 files changed, 17 insertions(+), 49 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1f70cf..e8d35d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,8 +22,7 @@ "node-fetch": "^2.6.7", "petitio": "^1.4.0", "shoukaku": "^3.1.0", - "spotify-url-info": "^2.2.5", - "tsc": "^2.0.4", + "spotify-url-info": "^3.1.4", "typescript": "^4.7.4" }, "devDependencies": { @@ -545,14 +544,6 @@ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" }, - "node_modules/cross-fetch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", - "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", - "dependencies": { - "node-fetch": "2.6.7" - } - }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -1984,21 +1975,20 @@ } }, "node_modules/spotify-uri": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/spotify-uri/-/spotify-uri-2.2.2.tgz", - "integrity": "sha512-PuzfD74PB/NZPRDoMMpjFyrGdQn7PLHt0ivMWW9KNh6K9vlytFRVTNgaIWka/WShkdCUzlndHJpRq1L47hAfpA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/spotify-uri/-/spotify-uri-3.0.2.tgz", + "integrity": "sha512-1RrJkUr+uVYJtJiMvh/Jq42GQikJBZN87ki3ZYzybF9452fb5EfAihdMSIAHGU55+YQUl5Vqb1VLJDzEdottAw==", "engines": { - "node": ">= 6" + "node": ">= 12" } }, "node_modules/spotify-url-info": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/spotify-url-info/-/spotify-url-info-2.2.9.tgz", - "integrity": "sha512-sUZTKZqdM2H2AGSLj0cOn4tkvKRAI3japNo8CZdyMzLleHH4YsyH5sf96SffTy7kglUf5MfV96RHzm0R6AGxPA==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/spotify-url-info/-/spotify-url-info-3.1.4.tgz", + "integrity": "sha512-SgoVhdj2GNZL3oRfkpU83uf79h+IaGP6nzrjVh+I63Xz+/YX6sfPxIXiRtfkQvZ6ev/OuU0ajZQsIDi8ADkS1g==", "dependencies": { - "cross-fetch": "~3.1.4", "himalaya": "~1.1.0", - "spotify-uri": "~2.2.0" + "spotify-uri": "~3.0.1" }, "engines": { "node": ">= 12" @@ -2083,14 +2073,6 @@ "resolved": "https://registry.npmjs.org/ts-mixer/-/ts-mixer-6.0.1.tgz", "integrity": "sha512-hvE+ZYXuINrx6Ei6D6hz+PTim0Uf++dYbK9FFifLNwQj+RwKquhQpn868yZsCtJYiclZF1u8l6WZxxKi+vv7Rg==" }, - "node_modules/tsc": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/tsc/-/tsc-2.0.4.tgz", - "integrity": "sha512-fzoSieZI5KKJVBYGvwbVZs/J5za84f2lSTLPYf6AGiIf43tZ3GNrI1QzTLcjtyDDP4aLxd46RTZq1nQxe7+k5Q==", - "bin": { - "tsc": "bin/tsc" - } - }, "node_modules/tslib": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", @@ -2664,14 +2646,6 @@ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" }, - "cross-fetch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", - "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", - "requires": { - "node-fetch": "2.6.7" - } - }, "cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -3739,18 +3713,17 @@ } }, "spotify-uri": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/spotify-uri/-/spotify-uri-2.2.2.tgz", - "integrity": "sha512-PuzfD74PB/NZPRDoMMpjFyrGdQn7PLHt0ivMWW9KNh6K9vlytFRVTNgaIWka/WShkdCUzlndHJpRq1L47hAfpA==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/spotify-uri/-/spotify-uri-3.0.2.tgz", + "integrity": "sha512-1RrJkUr+uVYJtJiMvh/Jq42GQikJBZN87ki3ZYzybF9452fb5EfAihdMSIAHGU55+YQUl5Vqb1VLJDzEdottAw==" }, "spotify-url-info": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/spotify-url-info/-/spotify-url-info-2.2.9.tgz", - "integrity": "sha512-sUZTKZqdM2H2AGSLj0cOn4tkvKRAI3japNo8CZdyMzLleHH4YsyH5sf96SffTy7kglUf5MfV96RHzm0R6AGxPA==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/spotify-url-info/-/spotify-url-info-3.1.4.tgz", + "integrity": "sha512-SgoVhdj2GNZL3oRfkpU83uf79h+IaGP6nzrjVh+I63Xz+/YX6sfPxIXiRtfkQvZ6ev/OuU0ajZQsIDi8ADkS1g==", "requires": { - "cross-fetch": "~3.1.4", "himalaya": "~1.1.0", - "spotify-uri": "~2.2.0" + "spotify-uri": "~3.0.1" } }, "statuses": { @@ -3811,11 +3784,6 @@ "resolved": "https://registry.npmjs.org/ts-mixer/-/ts-mixer-6.0.1.tgz", "integrity": "sha512-hvE+ZYXuINrx6Ei6D6hz+PTim0Uf++dYbK9FFifLNwQj+RwKquhQpn868yZsCtJYiclZF1u8l6WZxxKi+vv7Rg==" }, - "tsc": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/tsc/-/tsc-2.0.4.tgz", - "integrity": "sha512-fzoSieZI5KKJVBYGvwbVZs/J5za84f2lSTLPYf6AGiIf43tZ3GNrI1QzTLcjtyDDP4aLxd46RTZq1nQxe7+k5Q==" - }, "tslib": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", diff --git a/package.json b/package.json index 4790f46..64a7dd0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "node-fetch": "^2.6.7", "petitio": "^1.4.0", "shoukaku": "^3.1.0", - "spotify-url-info": "^2.2.5", + "spotify-url-info": "^3.1.4", "typescript": "^4.7.4" }, "devDependencies": {