mirror of
https://github.com/JuLi0n21/osu-progress-oauth-helper.git
synced 2026-04-19 16:00:06 +00:00
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-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
386 B
JSON
18 lines
386 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.8.2",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.21.2"
|
|
}
|
|
}
|