Skip to content

Commit

Permalink
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.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](expressjs/express@4.17.3...4.18.2)

Updates `@types/express` from 4.17.2 to 4.17.17
- [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>
  • Loading branch information
dependabot[bot] authored Jul 12, 2023
1 parent ec463da commit a426f3c
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 237 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/connect-history-api-fallback": "1.3.5",
"@types/cors": "2.8.12",
"@types/dinero.js": "1.9.0",
"@types/express": "4.17.2",
"@types/express": "4.17.17",
"@types/express-paginate": "1.0.1",
"@types/express-serve-static-core": "4.17.2",
"@types/express-session": "1.17.4",
Expand Down Expand Up @@ -98,7 +98,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-prettier": "4.0.0",
"express": "4.17.3",
"express": "4.18.2",
"express-graphql": "0.12.0",
"express-jwt": "6.1.1",
"express-paginate": "1.0.2",
Expand Down Expand Up @@ -126,7 +126,7 @@
},
"resolutions": {
"@babel/compat-data": "7.9.0",
"@types/express": "4.17.2",
"@types/express": "4.17.17",
"@types/express-serve-static-core": "4.17.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit a426f3c

Please sign in to comment.