mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
Bumps [debug](https://github.com/debug-js/debug) from 4.3.2 to 4.3.4. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.3.2...4.3.4) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
330 B
JSON
18 lines
330 B
JSON
{
|
|
"name": "client-ws-app",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.6",
|
|
"debug": "~4.3.4",
|
|
"express": "~4.17.1",
|
|
"http-errors": "~1.8.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"morgan": "~1.10.0",
|
|
"pug": "~3.0.2"
|
|
}
|
|
}
|