Skip to content

Commit

Permalink
chore(deps): update devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 23, 2022
1 parent e5fadbb commit ee4c7b3
Show file tree
Hide file tree
Showing 23 changed files with 79 additions and 47 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"packages/*"
],
"devDependencies": {
"@microsoft/api-documenter": "7.14.1",
"@microsoft/api-documenter": "7.15.0",
"@microsoft/api-extractor": "7.19.4",
"@microsoft/api-extractor-model": "7.15.3",
"@types/jest": "27.4.0",
"codecov": "3.8.3",
"cross-fetch": "3.1.4",
"cross-fetch": "3.1.5",
"ethr-did-registry": "0.0.3",
"ganache-cli": "6.12.2",
"jest": "27.4.7",
Expand All @@ -46,7 +46,7 @@
"ts-jest": "27.1.3",
"ts-json-schema-generator": "0.97.0",
"ts-node": "10.4.0",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/node-fetch": "3.0.3",
"@types/passport-http-bearer": "1.0.37",
"@types/ws": "8.2.2",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"bin/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"did-resolver": "3.1.5",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
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 @@ -30,7 +30,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"borc": "3.0.0",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"sqlite3": "5.0.2",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
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 @@ -29,7 +29,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"@types/uuid": "8.3.4",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@veramo/did-discovery": "^3.1.0"
},
"devDependencies": {
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-ethr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
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 @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/did-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"@types/debug": "4.1.7",
"did-resolver": "3.1.5",
"ethr-did-resolver": "^5.0.4",
"typescript": "4.5.4",
"ethr-did-resolver": "5.0.4",
"typescript": "4.5.5",
"web-did-resolver": "2.0.12"
},
"files": [
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 @@ -18,7 +18,7 @@
"uint8arrays": "3.0.0"
},
"devDependencies": {
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
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 @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@veramo/core": "^3.1.0"
},
"devDependencies": {
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
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 @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/express": "4.17.13",
"did-resolver": "3.1.5",
"express": "4.17.2",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/selective-disclosure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/url-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"@types/url-parse": "1.4.6",
"typescript": "4.5.4"
"@types/url-parse": "1.4.7",
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"@types/uuid": "8.3.4",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"files": [
"build/**/*",
Expand Down
74 changes: 53 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1725,10 +1725,10 @@
npmlog "^4.1.2"
write-file-atomic "^3.0.3"

"@microsoft/api-documenter@7.14.1":
version "7.14.1"
resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.14.1.tgz#e3b008c51fef4f31b9e53e3c4c8c81b87d89b9b4"
integrity sha512-IFwS3TzVxFh9LSGJuYOWiZ5V+AdYfnLE+WC/VKpeHnSsiW1goLEO+qkoqonvirJr/jQTNuC7NScIjXS2pXODMQ==
"@microsoft/api-documenter@7.15.0":
version "7.15.0"
resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.15.0.tgz#e6cf24fc0e2f18a71dcf4c5c8100cc083167a81e"
integrity sha512-0KvwFamTIGZk6VE71F5gdDLxszLet0A1PEeb87RTdxr4KC0/yVFQvDyj+ck+HVr5+Exf6RyzIHfou0sgJl9SDA==
dependencies:
"@microsoft/api-extractor-model" "7.15.3"
"@microsoft/tsdoc" "0.13.2"
Expand Down Expand Up @@ -2927,10 +2927,10 @@
dependencies:
"@types/node" "*"

"@types/[email protected].6":
version "1.4.6"
resolved "https://registry.yarnpkg.com/@types/url-parse/-/url-parse-1.4.6.tgz#46b044f24ee5200c3b1ef6a98214d1d451f4dab8"
integrity sha512-Xo6pU78oG9NNk5UJaumUXzrwu9hPiVN2N83mcdXQ1C3/R037fMPlVCh+LqP/2BELXMnlQH0sKec0u33ZnktqHQ==
"@types/[email protected].7":
version "1.4.7"
resolved "https://registry.yarnpkg.com/@types/url-parse/-/url-parse-1.4.7.tgz#39319654febe7ae778e40cd0c373b1646a3fcf47"
integrity sha512-EGfNfKmF21obwe37d2YFNcLYG67EifYO2B7Zl+N1uVjutZPQ8gSGOOozOu7KQEP8mqSl3X/wG5THZ/OLMotb1Q==

"@types/[email protected]":
version "8.3.4"
Expand Down Expand Up @@ -4246,7 +4246,14 @@ credentials-context@^1.0.0:
resolved "https://registry.yarnpkg.com/credentials-context/-/credentials-context-1.0.0.tgz#a63cb4b7e0a4ca4460d247b7c9370a58b10ebac9"
integrity sha512-rF3GPhTUGY58xlpuVRif/1i0BxVpynpmFdGNS81S2ezdKPSKoFke5ZOZWB8ZUvGi8bV8CuDM+ZcM/uf4z0PQVQ==

[email protected], cross-fetch@^3.0.4, cross-fetch@^3.1.2, cross-fetch@^3.1.4:
[email protected]:
version "3.1.5"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
dependencies:
node-fetch "2.6.7"

cross-fetch@^3.0.4, cross-fetch@^3.1.2, cross-fetch@^3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
Expand Down Expand Up @@ -4870,10 +4877,10 @@ [email protected], ethr-did-registry@^0.0.3:
resolved "https://registry.yarnpkg.com/ethr-did-registry/-/ethr-did-registry-0.0.3.tgz#f363d2c73cb9572b57bd7a5c9c90c88485feceb5"
integrity sha512-4BPvMGkxAK9vTduCq6D5b8ZqjteD2cvDIPPriXP6nnmPhWKFSxypo+AFvyQ0omJGa0cGTR+dkdI/8jiF7U/qaw==

ethr-did-resolver@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/ethr-did-resolver/-/ethr-did-resolver-5.0.3.tgz#0e35c9a2711039508916caed46f53e7eeae257b9"
integrity sha512-GgLF8oSZdq2GONLUywuoCozaRDqw80a/qxzdoR9iwyjeVfHMclIy6iOojuFPMJnK/b6xTDfVler/4bFphIxrzQ==
ethr-did-resolver@5.0.4, ethr-did-resolver@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/ethr-did-resolver/-/ethr-did-resolver-5.0.4.tgz#a5c09465ee2b1cf752e49f09673bc44567bd8c59"
integrity sha512-eccHUIS207ymuxjAjFWu7jDeKKd1Sk+GDiKL3T0IpQRXwemkh6k9V2pQah9uQ7tS8sxZ8mKT7SeWXDmM6Uf/UQ==
dependencies:
"@ethersproject/abi" "^5.5.0"
"@ethersproject/abstract-signer" "^5.5.0"
Expand All @@ -4886,10 +4893,10 @@ ethr-did-resolver@^5.0.3:
did-resolver "^3.1.5"
ethr-did-registry "^0.0.3"

ethr-did-resolver@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/ethr-did-resolver/-/ethr-did-resolver-5.0.4.tgz#a5c09465ee2b1cf752e49f09673bc44567bd8c59"
integrity sha512-eccHUIS207ymuxjAjFWu7jDeKKd1Sk+GDiKL3T0IpQRXwemkh6k9V2pQah9uQ7tS8sxZ8mKT7SeWXDmM6Uf/UQ==
ethr-did-resolver@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/ethr-did-resolver/-/ethr-did-resolver-5.0.3.tgz#0e35c9a2711039508916caed46f53e7eeae257b9"
integrity sha512-GgLF8oSZdq2GONLUywuoCozaRDqw80a/qxzdoR9iwyjeVfHMclIy6iOojuFPMJnK/b6xTDfVler/4bFphIxrzQ==
dependencies:
"@ethersproject/abi" "^5.5.0"
"@ethersproject/abstract-signer" "^5.5.0"
Expand Down Expand Up @@ -7837,6 +7844,13 @@ [email protected], node-fetch@^2.6.1:
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==

[email protected]:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
dependencies:
whatwg-url "^5.0.0"

[email protected]:
version "3.0.0-beta.9"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.0.0-beta.9.tgz#0a7554cfb824380dd6812864389923c783c80d9b"
Expand Down Expand Up @@ -10326,6 +10340,11 @@ tr46@^2.1.0:
dependencies:
punycode "^2.1.1"

tr46@~0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=

traverse@~0.6.6:
version "0.6.6"
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
Expand Down Expand Up @@ -10516,10 +10535,10 @@ [email protected]:
yargs "^17.0.1"
zen-observable-ts "^1.0.0"

[email protected].4:
version "4.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
[email protected].5:
version "4.5.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==

typescript@~4.4.3:
version "4.4.3"
Expand Down Expand Up @@ -10782,6 +10801,11 @@ webcrypto-core@^1.2.0:
pvtsutils "^1.1.2"
tslib "^2.1.0"

webidl-conversions@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=

webidl-conversions@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
Expand All @@ -10804,6 +10828,14 @@ whatwg-mimetype@^2.3.0:
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==

whatwg-url@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
dependencies:
tr46 "~0.0.3"
webidl-conversions "^3.0.0"

whatwg-url@^8.0.0, whatwg-url@^8.4.0, whatwg-url@^8.5.0:
version "8.7.0"
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"
Expand Down

0 comments on commit ee4c7b3

Please sign in to comment.