Skip to content

Commit

Permalink
chore(deps): bump express from 4.18.2 to 4.19.2
Browse files Browse the repository at this point in the history
Bumps [express](https://github.com/expressjs/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)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 29, 2024
1 parent 05b4e30 commit 86efd3a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 49 deletions.
57 changes: 10 additions & 47 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion react/javascript/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.29.4",
"@typescript-eslint/eslint-plugin": "5.20.0",
"express": "^4.17.1",
"express": "^4.19.2",
"express-fileupload": "^1.2.1",
"jest": "^26.6.3",
"jest-junit": "^12.1.0",
Expand Down
2 changes: 1 addition & 1 deletion react/typescript/access-key-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cors": "^2.8.5",
"date-fns": "^2.12.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"react": "^16.14.0",
Expand Down

0 comments on commit 86efd3a

Please sign in to comment.