Skip to content

Commit b4b99b0

Browse files
committed
chore: update deps
1 parent d99304c commit b4b99b0

6 files changed

Lines changed: 76 additions & 23 deletions

File tree

packages/callback-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@sphereon/oid4vci-client": "workspace:*",
1818
"@sphereon/oid4vci-common": "workspace:*",
1919
"@sphereon/oid4vci-issuer": "workspace:*",
20-
"@sphereon/ssi-types": "^0.15.1",
20+
"@sphereon/ssi-types": "0.17.2",
2121
"jose": "^4.10.0"
2222
},
2323
"devDependencies": {

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@sphereon/oid4vci-common": "workspace:*",
19-
"@sphereon/ssi-types": "^0.15.1",
19+
"@sphereon/ssi-types": "0.17.2",
2020
"cross-fetch": "^3.1.8",
2121
"debug": "^4.3.4"
2222
},

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "tsc"
1010
},
1111
"dependencies": {
12-
"@sphereon/ssi-types": "^0.15.1",
12+
"@sphereon/ssi-types": "0.17.2",
1313
"cross-fetch": "^3.1.8",
1414
"jwt-decode": "^3.1.2"
1515
},

packages/issuer-rest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"@sphereon/oid4vci-common": "workspace:*",
1414
"@sphereon/oid4vci-issuer": "workspace:*",
15-
"@sphereon/ssi-express-support": "^0.15.1",
16-
"@sphereon/ssi-types": "^0.15.1",
15+
"@sphereon/ssi-express-support": "0.17.2",
16+
"@sphereon/ssi-types": "0.17.2",
1717
"body-parser": "^1.20.2",
1818
"cookie-parser": "^1.4.6",
1919
"cors": "^2.8.5",

packages/issuer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@sphereon/oid4vci-common": "workspace:*",
13-
"@sphereon/ssi-types": "^0.15.1",
13+
"@sphereon/ssi-types": "0.17.2",
1414
"uuid": "^9.0.0"
1515
},
1616
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)