Skip to content

Commit

Permalink
Merge pull request #314 from auth0/jsonwebtoken-dep
Browse files Browse the repository at this point in the history
Type definitions depend on jsonwebtoken
  • Loading branch information
adamjmcgrath committed Jun 7, 2022
2 parents e578536 + c614319 commit 995dbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"dependencies": {
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"debug": "^4.3.4",
"jose": "^2.0.5",
"limiter": "^1.1.5",
Expand All @@ -21,7 +22,6 @@
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/express-jwt": "^6.0.4",
"@types/jsonwebtoken": "^8.5.8",
"@types/mocha": "^5.2.7",
"@types/nock": "^11.0.0",
"@types/node": "^14.14.12",
Expand Down

0 comments on commit 995dbdb

Please sign in to comment.