Skip to content

Commit

Permalink
chore(deps): bump express in /examples/pirate-ship-app (#239)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 4, 2024
1 parent 1ae915a commit cbb3851
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions examples/pirate-ship-app/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 examples/pirate-ship-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "concurrently --kill-others-on-fail 'npm run start:client' 'npm run start:server'"
},
"dependencies": {
"express": "^4.18.2",
"express": "^4.19.2",
"parrot-middleware": "^3.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit cbb3851

Please sign in to comment.