diff --git a/packages/callback-example/package.json b/packages/callback-example/package.json index 9ddfd831..e65970f3 100644 --- a/packages/callback-example/package.json +++ b/packages/callback-example/package.json @@ -19,7 +19,7 @@ "@sphereon/oid4vci-client": "workspace:*", "@sphereon/oid4vci-common": "workspace:*", "@sphereon/oid4vci-issuer": "workspace:*", - "@sphereon/ssi-types": "0.30.1", + "@sphereon/ssi-types": "0.30.2-next.135", "jose": "^4.10.0" }, "devDependencies": { diff --git a/packages/client/package.json b/packages/client/package.json index f5dda2e7..05db2d61 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -17,7 +17,7 @@ "dependencies": { "@sphereon/oid4vc-common": "workspace:*", "@sphereon/oid4vci-common": "workspace:*", - "@sphereon/ssi-types": "0.30.1", + "@sphereon/ssi-types": "0.30.2-next.135", "cross-fetch": "^3.1.8", "debug": "^4.3.5" }, diff --git a/packages/common/package.json b/packages/common/package.json index b504c813..ed176a42 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -10,7 +10,7 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/ssi-types": "0.30.1", + "@sphereon/ssi-types": "0.30.2-next.135", "jwt-decode": "^4.0.0", "sha.js": "^2.4.11", "uint8arrays": "3.1.1", diff --git a/packages/issuer-rest/package.json b/packages/issuer-rest/package.json index a617ef2c..2a1ee211 100644 --- a/packages/issuer-rest/package.json +++ b/packages/issuer-rest/package.json @@ -15,7 +15,7 @@ "@sphereon/oid4vci-common": "workspace:*", "@sphereon/oid4vci-issuer": "workspace:*", "@sphereon/ssi-express-support": "0.30.1", - "@sphereon/ssi-types": "0.30.1", + "@sphereon/ssi-types": "0.30.2-next.135", "body-parser": "^1.20.2", "cookie-parser": "^1.4.6", "cors": "^2.8.5", diff --git a/packages/issuer/package.json b/packages/issuer/package.json index d5d87447..fb7a2900 100644 --- a/packages/issuer/package.json +++ b/packages/issuer/package.json @@ -12,7 +12,7 @@ "dependencies": { "@sphereon/oid4vc-common": "workspace:*", "@sphereon/oid4vci-common": "workspace:*", - "@sphereon/ssi-types": "0.30.1", + "@sphereon/ssi-types": "0.30.2-next.135", "uuid": "^9.0.0" }, "peerDependencies": { diff --git a/packages/oid4vci-common/package.json b/packages/oid4vci-common/package.json index bbfd5963..14a27532 100644 --- a/packages/oid4vci-common/package.json +++ b/packages/oid4vci-common/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@sphereon/oid4vc-common": "workspace:*", - "@sphereon/ssi-types": "0.30.1", + "@sphereon/ssi-types": "0.30.2-next.135", "cross-fetch": "^3.1.8", "debug": "^4.3.5", "jwt-decode": "^4.0.0", diff --git a/packages/siop-oid4vp/package.json b/packages/siop-oid4vp/package.json index 13d1835d..fff2f47e 100644 --- a/packages/siop-oid4vp/package.json +++ b/packages/siop-oid4vp/package.json @@ -17,9 +17,9 @@ "@astronautlabs/jsonpath": "^1.1.2", "@sphereon/jarm": "workspace:*", "@sphereon/oid4vc-common": "workspace:*", - "@sphereon/pex": "5.0.0-unstable.24", + "@sphereon/pex": "5.0.0-unstable.25", "@sphereon/pex-models": "^2.3.1", - "@sphereon/ssi-types": "0.30.2-next.129", + "@sphereon/ssi-types": "0.30.2-next.135", "cross-fetch": "^4.0.0", "debug": "^4.3.5", "events": "^3.3.0",