From df156b527c889aa917a5f9fdbe63972e75c8ee7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 22:14:49 +0200 Subject: [PATCH] Bump axios in /SpotifyAPI.Web.Examples/Example.TokenSwap/Server (#684) Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../Example.TokenSwap/Server/package.json | 2 +- .../Example.TokenSwap/Server/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/package.json b/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/package.json index 51c014de..82fe92c1 100644 --- a/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/package.json +++ b/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/package.json @@ -7,7 +7,7 @@ "start": "node index.js" }, "dependencies": { - "axios": "^0.21.1", + "axios": "^0.21.2", "body-parser": "^1.19.0", "express": "^4.17.1" } diff --git a/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/yarn.lock b/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/yarn.lock index 5cf885a1..30571ce2 100644 --- a/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/yarn.lock +++ b/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/yarn.lock @@ -15,12 +15,12 @@ array-flatten@1.1.1: resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= -axios@^0.21.1: - version "0.21.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" - integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA== +axios@^0.21.2: + version "0.21.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017" + integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg== dependencies: - follow-redirects "^1.10.0" + follow-redirects "^1.14.0" body-parser@1.19.0, body-parser@^1.19.0: version "1.19.0" @@ -151,10 +151,10 @@ finalhandler@~1.1.2: statuses "~1.5.0" unpipe "~1.0.0" -follow-redirects@^1.10.0: - version "1.13.1" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7" - integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg== +follow-redirects@^1.14.0: + version "1.14.4" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379" + integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g== forwarded@~0.1.2: version "0.1.2"