Spotify.NET/SpotifyAPI.Web.Examples/Example.TokenSwap/Server/package.json
dependabot[bot] 2e144213d5
Bump axios in /SpotifyAPI.Web.Examples/Example.TokenSwap/Server (#917)
Bumps [axios](https://github.com/axios/axios) from 0.21.2 to 1.6.0.
- [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/v0.21.2...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 23:40:09 +01:00

15 lines
239 B
JSON

{
"name": "Server",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^1.6.0",
"body-parser": "^1.19.0",
"express": "^4.17.3"
}
}