mirror of
https://github.com/SileNce5k/discord_bot_mgmt.git
synced 2026-01-10 18:24:38 +01:00
Bumps [qs](https://github.com/ljharb/qs) to 6.14.1 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.13.0 to 6.14.1 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.14.1) Updates `body-parser` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.20.3...1.20.4) 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.1 dependency-type: indirect - dependency-name: body-parser dependency-version: 1.20.4 dependency-type: direct:production - dependency-name: express dependency-version: 4.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
578 B
JSON
23 lines
578 B
JSON
{
|
|
"name": "dbot_mgmt",
|
|
"version": "0.0.1",
|
|
"description": "A web management for my discord bot https://github.com/silence5k/discord_bot.git",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node backend/server.js"
|
|
},
|
|
"author": "SileNce",
|
|
"license": "MIT-0",
|
|
"dependencies": {
|
|
"argon2": "^0.41.1",
|
|
"better-sqlite3": "^11.7.0",
|
|
"body-parser": "^1.20.4",
|
|
"cookie-parser": "^1.4.7",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.22.1"
|
|
},
|
|
"devDependencies": {
|
|
"ejs-lint": "^2.0.1"
|
|
}
|
|
}
|