Skip to content

Commit

Permalink
Bump express in /code-samples/serving/hello-world/helloworld-nodejs (#…
Browse files Browse the repository at this point in the history
…5926)

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] authored Mar 27, 2024
1 parent 533ea65 commit f944808
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 48 deletions.
157 changes: 110 additions & 47 deletions code-samples/serving/hello-world/helloworld-nodejs/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"express": "^4.18.2"
"express": "^4.19.2"
}
}

0 comments on commit f944808

Please sign in to comment.