Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Aug 1, 2024
1 parent 58fdefa commit a953fa9
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"@veramo/remote-server": "4.2.0",
"@veramo/selective-disclosure": "4.2.0",
"@veramo/url-handler": "4.2.0",
"@sphereon/ssi-sdk.core": "0.27.0",
"@sphereon/ssi-types": "0.27.0",
"@sphereon/ssi-sdk.core": "0.28.0",
"@sphereon/ssi-types": "0.28.0",
"@digitalcredentials/ed25519-verification-key-2020": "3.2.2",
"*>@digitalcredentials/ed25519-verification-key-2020": "3.2.2",
"did-jwt": "6.11.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-jwk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ethersproject/random": "^5.7.0",
"@sphereon/ssi-sdk-ext.did-utils": "workspace:*",
"@sphereon/ssi-sdk-ext.key-utils": "workspace:*",
"@sphereon/ssi-types": "0.27.0",
"@sphereon/ssi-types": "0.28.0",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "4.2.0",
"@veramo/did-manager": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@sphereon/ssi-sdk-ext.key-manager": "workspace:*",
"@sphereon/ssi-sdk-ext.kms-local": "workspace:*",
"@sphereon/ssi-sdk.dev": "0.27.0",
"@sphereon/ssi-sdk.dev": "0.28.0",
"@veramo/did-resolver": "4.2.0",
"@veramo/key-manager": "4.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver-jwk/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.27.0",
"@sphereon/ssi-types": "0.28.0",
"base64url": "^3.0.1",
"debug": "^4.3.4",
"did-resolver": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@ethersproject/transactions": "^5.7.0",
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.key-utils": "workspace:*",
"@sphereon/ssi-sdk.core": "0.27.0",
"@sphereon/ssi-sdk.core": "0.28.0",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "4.2.0",
"@veramo/utils": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/key-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@mattrglobal/bbs-signatures": "^1.3.1",
"@sphereon/ssi-sdk-ext.key-utils": "workspace:*",
"@sphereon/ssi-sdk.dev": "0.27.0"
"@sphereon/ssi-sdk.dev": "0.28.0"
},
"resolutions": {
"jsonld": "npm:@digitalcredentials/jsonld@^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/kms-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@sphereon/jsencrypt": "3.3.2-unstable.0",
"@sphereon/ssi-sdk.dev": "0.27.0",
"@sphereon/ssi-sdk.dev": "0.28.0",
"@types/elliptic": "6.4.14",
"@veramo/cli": "4.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mnemonic-seed-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typeorm": "0.3.12"
},
"devDependencies": {
"@sphereon/ssi-sdk.dev": "0.27.0",
"@sphereon/ssi-sdk.dev": "0.28.0",
"@types/bip39": "^3.0.0",
"@veramo/cli": "4.2.0",
"@veramo/remote-client": "4.2.0",
Expand Down
50 changes: 25 additions & 25 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 a953fa9

Please sign in to comment.