Skip to content

Commit

Permalink
Update dependency express to ^4.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent aec2e40 commit feb01cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/tsoa-oauth-express",
"version": "0.1.54",
"version": "0.1.55",
"description": "Authentication handler for TSOA using OAuth2 JWT tokens",
"main": "build/index.js",
"type": "commonjs",
Expand All @@ -24,7 +24,7 @@
"author": "Digital Catapult",
"license": "Apache-2.0",
"peerDependencies": {
"express": "^4.21.0"
"express": "^4.21.1"
},
"devDependencies": {
"@types/chai": "^5.0.0",
Expand Down

0 comments on commit feb01cf

Please sign in to comment.