Skip to content

Commit

Permalink
fix(deps): bump express (#9298)
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group in /apps/netlify/lambda with 1 update: [express](https://github.com/expressjs/express).


Updates `express` from 4.21.1 to 4.21.2
- [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
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent b5c816c commit 8bde1af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions apps/netlify/lambda/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 apps/netlify/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@contentful/node-apps-toolkit": "^2.8.2",
"aws-serverless-express": "3.4.0",
"express": "4.21.1",
"express": "4.21.2",
"lodash.get": "^4.4.2",
"node-fetch": "2.7.0"
}
Expand Down

0 comments on commit 8bde1af

Please sign in to comment.