Skip to content

Commit

Permalink
chore(deps): update express requirement in /backend
Browse files Browse the repository at this point in the history
Updates the requirements on [express](https://github.com/expressjs/express) to permit the latest version.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.21.1...4.21.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 2abd76f commit 0189647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "nodemon src/index.js"
},
"dependencies": {
"express": "^4.21.1",
"express": "^4.21.2",
"cors": "^2.8.5",
"dockerode": "^4.0.2",
"multer": "^1.4.5-lts.1",
Expand Down

0 comments on commit 0189647

Please sign in to comment.