Skip to content

Commit

Permalink
chore: update package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jun 9, 2024
1 parent c4d3483 commit 3a411a5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@sphereon/oid4vci-common": "workspace:*",
"@sphereon/ssi-types": "0.24.1-unstable.111",
"@sphereon/ssi-types": "0.24.1-unstable.112",
"cross-fetch": "^3.1.8",
"debug": "^4.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/ssi-types": "0.24.1-unstable.111",
"@sphereon/ssi-types": "0.24.1-unstable.112",
"cross-fetch": "^3.1.8",
"jwt-decode": "^3.1.2",
"sha.js": "^2.4.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/issuer-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@sphereon/oid4vci-common": "workspace:*",
"@sphereon/oid4vci-issuer": "workspace:*",
"@sphereon/ssi-express-support": "0.24.1-unstable.111",
"@sphereon/ssi-types": "0.24.1-unstable.111",
"@sphereon/ssi-express-support": "0.24.1-unstable.112",
"@sphereon/ssi-types": "0.24.1-unstable.112",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@sphereon/oid4vci-common": "workspace:*",
"@sphereon/ssi-types": "0.24.1-unstable.111",
"@sphereon/ssi-types": "0.24.1-unstable.112",
"uuid": "^9.0.0"
},
"peerDependencies": {
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a411a5

Please sign in to comment.