build(deps-dev): bump express and @types/express

Bumps [express](https://github.com/expressjs/express) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express). These dependencies needed to be updated together.

Updates `express` from 4.17.3 to 4.18.2
- [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.3...4.18.2)

Updates `@types/express` from 4.17.13 to 4.17.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/express"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-25 04:27:44 +00:00
committed by GitHub
parent c10817716e
commit c20b9445fa
2 changed files with 194 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
"@commitlint/config-conventional": "^16.2.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@react-native-community/eslint-config": "^3.0.1",
"@types/express": "^4.17.13",
"@types/express": "^4.17.14",
"@types/fs-extra": "^9.0.13",
"@types/html-webpack-plugin": "^3.2.6",
"@types/jest": "^27.4.1",
@@ -34,7 +34,7 @@
"css-loader": "^6.7.1",
"dotenv": "^16.0.0",
"eslint": "^8.13.0",
"express": "^4.17.3",
"express": "^4.18.2",
"fs-extra": "^10.0.1",
"get-port": "^6.1.2",
"html-webpack-plugin": "^5.5.0",