Skip to content

Commit

Permalink
Bump express in /examples/radix-example-oauth-proxy/api (#333)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 843dd60 commit 33b7280
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 62 deletions.
165 changes: 104 additions & 61 deletions examples/radix-example-oauth-proxy/api/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/radix-example-oauth-proxy/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"jsonwebtoken": "^9.0.1",
"express": "^4.18.2",
"express": "^4.19.2",
"node-fetch": "^2.6.7"
}
}

0 comments on commit 33b7280

Please sign in to comment.