Skip to content

Commit

Permalink
fix(deps): bump express and @types/express
Browse files Browse the repository at this point in the history
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.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

Updates `@types/express` from 4.17.17 to 4.17.21
- [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:production
  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>
  • Loading branch information
dependabot[bot] committed Mar 25, 2024
1 parent 58b2474 commit 7a129c9
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 35 deletions.
84 changes: 51 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"dedent-js": "~1.0.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express": "^4.19.2",
"express-rate-limit": "^6.7.0",
"express-request-id": "^1.4.1",
"express-session": "^1.17.3",
Expand Down Expand Up @@ -174,7 +174,7 @@
"@types/cookie-parser": "^1.4.7",
"@types/dedent": "^0.7.0",
"@types/ejs": "^3.1.1",
"@types/express": "^4.17.17",
"@types/express": "^4.17.21",
"@types/express-request-id": "^1.4.3",
"@types/express-session": "^1.17.4",
"@types/helmet": "4.0.0",
Expand Down

0 comments on commit 7a129c9

Please sign in to comment.