chore(deps): bump express in /superset-websocket/utils/client-ws-app (#20979)

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.1)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-05 13:06:34 -06:00 committed by GitHub
parent f89ba0c7c1
commit 95fdc08e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 627 additions and 281 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
"dependencies": {
"cookie-parser": "~1.4.6",
"debug": "~4.3.4",
"express": "~4.17.1",
"express": "~4.18.1",
"http-errors": "~1.8.0",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.10.0",