Skip to content
Merged
74 changes: 51 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid/oidc-op",
"version": "0.3.2",
"version": "0.4.0",
"description": "OpenID Connect Provider",
"main": "src/index.js",
"directories": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"base64url": "^3.0.0",
"pem-jwk": "^1.5.1",
"qs": "^6.5.2",
"whatwg-url": "^6.4.1"
"whatwg-url": "^6.5.0"
},
"devDependencies": {
"chai": "^4.1.2",
Expand All @@ -58,8 +58,8 @@
"mocha": "^5.2.0",
"node-mocks-http": "^1.7.0",
"nyc": "^12.0.2",
"sinon": "^5.1.0",
"sinon-chai": "^3.1.0",
"sinon": "^6.1.0",
"sinon-chai": "^3.2.0",
"standard": "^11.0.1"
},
"nyc": {
Expand All @@ -68,5 +68,15 @@
"text-summary"
],
"cache": true
},
"standard": {
"globals": [
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"it"
]
}
}
Loading