mirror of
https://github.com/JuLi0n21/osu-progress-oauth-helper.git
synced 2026-04-20 00:10:06 +00:00
Bumps [qs](https://github.com/ljharb/qs) to 6.14.2 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.13.0 to 6.14.2 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.14.2) Updates `express` from 4.21.2 to 4.22.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md) - [Commits](https://github.com/expressjs/express/compare/4.21.2...v4.22.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.2 dependency-type: indirect - dependency-name: express dependency-version: 4.22.1 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.22.1"
|
|
}
|
|
}
|