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"