Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felixheck committed Sep 11, 2021
1 parent dd41a5a commit 2978462
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@
},
"devDependencies": {
"@hapi/hapi": ">=18.4",
"ava": "^3.8.1",
"coveralls": "^3.1.0",
"nock": "^13.0.5",
"nyc": "^15.0.1",
"ava": "^3.15.0",
"coveralls": "^3.1.1",
"nock": "^13.1.3",
"nyc": "^15.1.0",
"standard": "^16.0.3"
},
"dependencies": {
"@hapi/boom": "^9.0.0",
"joi": "^17.0.0",
"got": "^11.8.1",
"@hapi/boom": "^9.1.4",
"joi": "^17.4.2",
"got": "^11.8.2",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^1.2.6",
"keycloak-connect": "^15.0.2",
"lodash": "^4.17.15",
"pupa": "^2.0.1"
"lodash": "^4.17.21",
"pupa": "^2.1.1"
},
"peerDependencies": {
"@hapi/hapi": ">=18.4.0"
Expand Down

0 comments on commit 2978462

Please sign in to comment.