From 249c2e4b905e054ce376e6e188214febeded0757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 22:57:20 +0000 Subject: [PATCH] Bump axios in /SpotifyAPI.Web.Examples/Example.TokenSwap/Server Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.4...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Example.TokenSwap/Server/package.json | 2 +- .../Example.TokenSwap/Server/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/package.json b/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/package.json index 3e9bc648e..5310425a8 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": "^1.7.4", + "axios": "^1.8.2", "body-parser": "^1.20.3", "express": "^4.20.0" } diff --git a/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/yarn.lock b/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/yarn.lock index 6ad1aea95..d155eb8b0 100644 --- a/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/yarn.lock +++ b/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/yarn.lock @@ -20,10 +20,10 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== -axios@^1.7.4: - version "1.7.4" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2" - integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw== +axios@^1.8.2: + version "1.8.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979" + integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg== dependencies: follow-redirects "^1.15.6" form-data "^4.0.0"