Skip to content

Commit

Permalink
fix(deps): update dependency cross-fetch to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent c60252c commit 1c14d34
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"commander": "^11.0.0",
"console-table-printer": "^2.11.1",
"cors": "^2.8.5",
"cross-fetch": "^3.1.6",
"cross-fetch": "^4.0.0",
"date-fns": "^2.30.0",
"debug": "^4.3.4",
"did-resolver": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-ld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@veramo-community/lds-ecdsa-secp256k1-recovery2020": "uport-project/EcdsaSecp256k1RecoverySignature2020",
"@veramo/core-types": "workspace:^",
"@veramo/utils": "workspace:^",
"cross-fetch": "^3.1.6",
"cross-fetch": "^4.0.0",
"debug": "^4.3.3",
"did-resolver": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/did-comm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@veramo/core-types": "workspace:^",
"@veramo/message-handler": "workspace:^",
"@veramo/utils": "workspace:^",
"cross-fetch": "^3.1.6",
"cross-fetch": "^4.0.0",
"debug": "^4.3.3",
"did-jwt": "^7.2.2",
"did-resolver": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-ion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@veramo/kms-local": "workspace:^",
"@veramo/utils": "workspace:^",
"canonicalize": "^2.0.0",
"cross-fetch": "^3.1.6",
"cross-fetch": "^4.0.0",
"debug": "^4.3.3",
"did-resolver": "^4.1.0",
"multihashes": "^4.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@veramo/core-types": "workspace:^",
"@veramo/utils": "workspace:^",
"cross-fetch": "^3.1.6",
"cross-fetch": "^4.0.0",
"debug": "^4.3.3",
"did-resolver": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@veramo/core-types": "workspace:^",
"cross-fetch": "^3.1.6",
"cross-fetch": "^4.0.0",
"debug": "^4.3.3",
"openapi-types": "12.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/url-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@veramo/core-types": "workspace:^",
"@veramo/message-handler": "workspace:^",
"cross-fetch": "^3.1.6",
"cross-fetch": "^4.0.0",
"debug": "^4.3.3",
"url-parse": "^1.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@noble/hashes": "^1.3.1",
"@veramo/core-types": "workspace:^",
"credential-status": "^2.0.5",
"cross-fetch": "^3.1.6",
"cross-fetch": "^4.0.0",
"debug": "^4.3.3",
"did-jwt": "^7.2.0",
"did-jwt-vc": "^3.2.3",
Expand Down
69 changes: 51 additions & 18 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 1c14d34

Please sign in to comment.