Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Apr 22, 2021
1 parent 1314ef0 commit 947febe
Show file tree
Hide file tree
Showing 12 changed files with 104 additions and 120 deletions.
57 changes: 24 additions & 33 deletions packages/acceptance-tests/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 packages/acceptance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"express-rate-limit": "~5.0.0",
"jsonwebtoken": "~8.3.0",
"mocha": "~8.3.0",
"mongodb": "~3.6.0",
"mongodb": "~3.6.6",
"nuxt": "~2.9.2",
"react": "~16.8.6",
"react-dom": "~16.8.6",
"redis": "~3.0.2",
"redis": "~3.1.2",
"superagent": "~5.0.5",
"supertest": "~6.0.0",
"ts-node": "~9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/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 packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ajv": "~6.12.0",
"cli-spinner": "~0.2.10",
"colors": "~1.4.0",
"commander": "~7.1.0"
"commander": "~7.2.0"
},
"devDependencies": {
"@types/mocha": "7.0.2",
Expand Down
65 changes: 36 additions & 29 deletions packages/jwks-rsa/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 packages/jwks-rsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"lib/"
],
"dependencies": {
"jwks-rsa": "~1.12.0"
"jwks-rsa": "~1.12.3"
},
"peerDependencies": {
"@foal/jwt": "^2.0.0"
Expand Down
Loading

0 comments on commit 947febe

Please sign in to comment.