Skip to content

Commit

Permalink
chore: update docs/README.md, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed May 19, 2019
1 parent 4aee414 commit 3073d91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ If you or your business use oidc-provider, please consider becoming a [Patron][s
- [extraClientMetadata](#extraclientmetadata)
- [extraParams](#extraparams)
- [formats](#formats)
- [httpOptions](#httpoptions)
- [interactions](#interactions)
- [interactionUrl](#interactionurl)
- [introspectionEndpointAuthMethods](#introspectionendpointauthmethods)
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@koa/cors": "^3.0.0",
"@panva/jose": "^1.0.1",
"@panva/jose": "^1.0.2",
"base64url": "^3.0.1",
"debug": "^4.1.1",
"ejs": "^2.6.1",
Expand All @@ -51,20 +51,20 @@
"koa-compose": "^4.1.0",
"lodash": "^4.17.11",
"lru-cache": "^5.1.1",
"nanoid": "^2.0.1",
"nanoid": "^2.0.2",
"object-hash": "^1.3.1",
"oidc-token-hash": "^3.0.2",
"raw-body": "^2.4.0"
},
"devDependencies": {
"@commitlint/cli": "^7.6.0",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"chai": "^4.2.0",
"clear-module": "^3.2.0",
"eslint": "^5.15.3",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"husky": "^2.2.0",
"husky": "^2.3.0",
"koa-body": "^4.1.0",
"koa-ejs": "^4.2.0",
"koa-helmet": "^4.1.0",
Expand All @@ -73,7 +73,7 @@
"mocha": "^6.1.4",
"moment": "^2.24.0",
"nock": "^11.0.0-beta.14",
"nyc": "^14.1.0",
"nyc": "^14.1.1",
"sinon": "^7.3.2",
"supertest": "^4.0.2",
"timekeeper": "^2.2.0"
Expand Down

0 comments on commit 3073d91

Please sign in to comment.