Skip to content

Commit 3fa1af6

Browse files
authored
v0.25.2
update oidc-rp
2 parents 7195ea2 + c48cc25 commit 3fa1af6

File tree

2 files changed

+15
-45
lines changed

2 files changed

+15
-45
lines changed

package-lock.json

Lines changed: 12 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.25.1",
3+
"version": "0.25.2",
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": {
@@ -42,9 +42,9 @@
4242
"homepage": "https://github.com/solid/oidc-auth-manager",
4343
"dependencies": {
4444
"@solid/oidc-op": "^0.12.1",
45-
"@solid/oidc-rp": "^0.12.0",
45+
"@solid/oidc-rp": "^0.12.1",
4646
"@solid/oidc-rs": "^0.7.0",
47-
"@solid/solid-multi-rp-client": "0.7.0",
47+
"@solid/solid-multi-rp-client": "^0.7.2",
4848
"ajv": "^8.17.1",
4949
"bcryptjs": "^3.0.3",
5050
"fs-extra": "^11.3.3",

0 commit comments

Comments
 (0)