Skip to content

Commit 9478b65

Browse files
committed
chore: update deps
1 parent 8c1adab commit 9478b65

9 files changed

Lines changed: 41 additions & 41 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"node": ">=18"
2424
},
2525
"resolutions": {
26-
"@sphereon/ssi-types": "0.32.1-next.113",
26+
"@sphereon/ssi-types": "^0.32.1-next.161",
2727
"dcql": "0.2.19",
2828
"node-fetch": "2.6.12"
2929
},

packages/callback-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@sphereon/oid4vci-client": "workspace:*",
2020
"@sphereon/oid4vci-common": "workspace:*",
2121
"@sphereon/oid4vci-issuer": "workspace:*",
22-
"@sphereon/ssi-types": "0.32.1-next.113",
22+
"@sphereon/ssi-types": "^0.32.1-next.161",
2323
"jose": "^4.10.0"
2424
},
2525
"devDependencies": {

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@sphereon/oid4vc-common": "workspace:*",
1919
"@sphereon/oid4vci-common": "workspace:*",
20-
"@sphereon/ssi-types": "0.32.1-next.113",
20+
"@sphereon/ssi-types": "^0.32.1-next.161",
2121
"cross-fetch": "^3.1.8",
2222
"debug": "^4.3.5"
2323
},

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:clean": "tsc --build --clean && tsc --build"
1111
},
1212
"dependencies": {
13-
"@sphereon/ssi-types": "0.32.1-next.113",
13+
"@sphereon/ssi-types": "^0.32.1-next.161",
1414
"jwt-decode": "^4.0.0",
1515
"sha.js": "^2.4.11",
1616
"uint8arrays": "3.1.1",

packages/issuer-rest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@sphereon/oid4vc-common": "workspace:*",
1515
"@sphereon/oid4vci-common": "workspace:*",
1616
"@sphereon/oid4vci-issuer": "workspace:*",
17-
"@sphereon/ssi-express-support": "0.32.1-next.113",
18-
"@sphereon/ssi-types": "0.32.1-next.113",
17+
"@sphereon/ssi-express-support": "^0.32.1-next.161",
18+
"@sphereon/ssi-types": "^0.32.1-next.161",
1919
"body-parser": "^1.20.2",
2020
"cookie-parser": "^1.4.6",
2121
"cors": "^2.8.5",

packages/issuer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"@sphereon/oid4vc-common": "workspace:*",
1414
"@sphereon/oid4vci-common": "workspace:*",
15-
"@sphereon/ssi-types": "0.32.1-next.113",
16-
"@sphereon/ssi-express-support": "0.32.1-next.113",
15+
"@sphereon/ssi-types": "^0.32.1-next.161",
16+
"@sphereon/ssi-express-support": "^0.32.1-next.161",
1717
"uuid": "^9.0.0",
1818
"short-uuid": "^4.2.2"
1919
},

packages/oid4vci-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@sphereon/oid4vc-common": "workspace:*",
14-
"@sphereon/ssi-types": "0.32.1-next.113",
14+
"@sphereon/ssi-types": "^0.32.1-next.161",
1515
"cross-fetch": "^3.1.8",
1616
"debug": "^4.3.5",
1717
"jwt-decode": "^4.0.0",

packages/siop-oid4vp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@sphereon/pex": "5.0.0-unstable.28",
2121
"dcql": "0.2.19",
2222
"@sphereon/pex-models": "^2.3.2",
23-
"@sphereon/ssi-types": "0.32.1-next.113",
23+
"@sphereon/ssi-types": "^0.32.1-next.161",
2424
"cross-fetch": "^4.0.0",
2525
"debug": "^4.3.5",
2626
"events": "^3.3.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)