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.18.1 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.18.1...4.18.2)

Updates `@types/express` from 4.17.13 to 4.17.18
- [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-patch
- 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 Oct 9, 2023
1 parent 25fe810 commit 1575d9a
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 56 deletions.
129 changes: 75 additions & 54 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 @@ -6,7 +6,7 @@
"dependencies": {
"axios": "^0.21.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express": "^4.18.2",
"millify": "^4.0.0",
"node-base64-image": "^2.0.1"
},
Expand All @@ -31,7 +31,7 @@
"homepage": "https://github.com/FajarKim/github-readme-profile#readme",
"devDependencies": {
"@markdoc/markdoc": "^0.1.3",
"@types/express": "^4.17.13",
"@types/express": "^4.17.18",
"@types/node": "^18.0.3",
"nodemon": "^2.0.19",
"ts-node": "^10.8.2",
Expand Down

0 comments on commit 1575d9a

Please sign in to comment.