Skip to content

Commit 54ef8a9

Browse files
authored
Update package.json
1 parent 68c6d79 commit 54ef8a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid/oidc-auth-manager",
3-
"version": "0.18.2",
3+
"version": "0.20.0",
44
"description": "An OpenID Connect (OIDC) authentication manager (OP, RP and RS) for decentralized peer-to-peer authentication",
55
"main": "./src/index.js",
66
"scripts": {
@@ -38,8 +38,8 @@
3838
},
3939
"homepage": "https://github.com/solid/oidc-auth-manager",
4040
"dependencies": {
41-
"@solid/oidc-op": "^0.5.0",
42-
"@solid/oidc-rs": "^0.3.2",
41+
"@solid/oidc-op": "^0.7.0",
42+
"@solid/oidc-rs": "^0.5.0",
4343
"@solid/solid-multi-rp-client": "^0.4.3",
4444
"ajv": "^5.5.2",
4545
"bcryptjs": "^2.4.3",

0 commit comments

Comments
 (0)