Skip to content

Commit

Permalink
Update npm - all minor and patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 13, 2024
1 parent 3da47d1 commit 2e9778e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 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.0",
"version": "0.1.1",
"description": "Authentication handler for TSOA using OAuth2 JWT tokens",
"main": "build/index.js",
"type": "commonjs",
Expand All @@ -23,14 +23,14 @@
"author": "Digital Catapult",
"license": "Apache-2.0",
"peerDependencies": {
"express": "^4.0.0"
"express": "^4.19.2"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/express": "^4.17.21",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.11",
"chai": "^5.1.0",
"chai": "^5.1.1",
"depcheck": "^1.4.7",
"mocha": "^10.4.0",
"mock-jwks": "^3.1.0",
Expand Down

0 comments on commit 2e9778e

Please sign in to comment.