Files
osu-progress-oauth-helper/package.json
dependabot[bot] 7f469a59c1 Bump axios from 1.14.0 to 1.15.0
Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.15.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/v1.14.0...v1.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-12 11:58:46 +00:00

18 lines
387 B
JSON

{
"name": "testcallbackserver",
"version": "1.0.0",
"description": "small server to see how login button works",
"main": "server.js",
"scripts": {
"build": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.15.0",
"dotenv": "^16.3.1",
"express": "^4.22.1"
}
}