Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 26, 2018
1 parent 57ce6d7 commit 0ab50ab
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"server"
],
"homepage": "https://github.com/panva/node-oidc-provider",
"repository": "panva/node-oidc-provider",
"license": "MIT",
"author": "Filip Skokan <panva.ip@gmail.com>",
"files": [
"lib"
],
"main": "lib/index.js",
"repository": "panva/node-oidc-provider",
"scripts": {
"commitmsg": "commitlint -E GIT_PARAMS",
"coverage": "nyc node ./test/run",
Expand All @@ -41,28 +41,28 @@
"dependencies": {
"@koa/cors": "^2.2.2",
"base64url": "^3.0.0",
"debug": "^3.1.0",
"debug": "^3.2.5",
"delegates": "^1.0.0",
"ejs": "^2.6.1",
"got": "^9.0.0",
"got": "^9.2.2",
"jsesc": "^2.5.1",
"koa": "^2.5.2",
"koa": "^2.5.3",
"koa-router": "^7.4.0",
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"lru-cache": "^4.1.3",
"nanoid": "^1.1.0",
"nanoid": "^1.2.3",
"node-jose": "^1.0.0",
"object-hash": "^1.3.0",
"oidc-token-hash": "^3.0.1",
"raw-body": "^2.3.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"chai": "^4.1.2",
"clear-module": "^3.0.0",
"eslint": "^5.3.0",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"husky": "^0.14.3",
Expand All @@ -74,8 +74,8 @@
"moment": "^2.22.2",
"nock": "^10.0.0",
"nyc": "^13.0.1",
"sinon": "^6.1.5",
"supertest": "^3.1.0",
"sinon": "^6.3.4",
"supertest": "^3.3.0",
"timekeeper": "^2.1.2"
},
"engines": {
Expand Down

0 comments on commit 0ab50ab

Please sign in to comment.