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 Apr 12, 2021
1 parent 9d15a23 commit e576cb7
Show file tree
Hide file tree
Showing 21 changed files with 82 additions and 77 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"devDependencies": {
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "12.1.1",
"@microsoft/api-documenter": "7.12.16",
"@microsoft/api-extractor": "7.13.2",
"@microsoft/api-extractor-model": "7.12.2",
"@microsoft/api-documenter": "7.12.20",
"@microsoft/api-extractor": "7.13.4",
"@microsoft/api-extractor-model": "7.12.4",
"@types/jest": "26.0.22",
"codecov": "3.8.1",
"cross-fetch": "3.1.4",
Expand All @@ -50,9 +50,9 @@
"rimraf": "3.0.2",
"semantic-release": "17.4.2",
"ts-jest": "26.5.4",
"ts-json-schema-generator": "0.89.2",
"ts-json-schema-generator": "0.89.3",
"ts-node": "9.1.1",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"update-veramo-latest": "yarn add @veramo/core@latest @veramo/did-resolver@latest @veramo/did-jwt@latest @veramo/credential-w3c@latest @veramo/did-provider-ethr@latest @veramo/did-provider-web@latest @veramo/did-comm@latest @veramo/kms-local@latest @veramo/selective-disclosure@latest @veramo/data-store@latest @veramo/key-manager@latest @veramo/message-handler@latest @veramo/did-manager@latest @veramo/url-handler@latest"
},
"dependencies": {
"@microsoft/api-extractor": "7.13.2",
"@microsoft/api-extractor-model": "7.12.2",
"@microsoft/api-extractor": "7.13.4",
"@microsoft/api-extractor-model": "7.12.4",
"@types/blessed": "^0.1.17",
"@types/swagger-ui-express": "^4.1.2",
"@veramo/core": "^1.1.0",
Expand Down Expand Up @@ -71,10 +71,10 @@
"devDependencies": {
"@types/debug": "4.1.5",
"@types/inquirer": "7.3.1",
"@types/node-fetch": "2.5.9",
"@types/node-fetch": "2.5.10",
"@types/passport-http-bearer": "1.0.36",
"@types/ws": "7.4.1",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"files": [
"bin/**/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
},
"dependencies": {
"debug": "^4.1.1",
"did-jwt-vc": "2.0.2",
"did-jwt-vc": "2.1.0",
"events": "^3.0.0",
"z-schema": "^5.0.0"
},
"devDependencies": {
"@types/debug": "4.1.5",
"did-resolver": "3.1.0",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"files": [
"build/**/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@veramo/message-handler": "^1.1.0",
"blakejs": "^1.1.0",
"debug": "^4.1.1",
"did-jwt-vc": "2.0.2",
"did-jwt-vc": "2.1.0",
"did-resolver": "3.1.0"
},
"devDependencies": {
"@types/debug": "4.1.5",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"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 @@ -23,7 +23,7 @@
"devDependencies": {
"@types/debug": "4.1.5",
"sqlite3": "5.0.2",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"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 @@ -23,7 +23,7 @@
"devDependencies": {
"@types/debug": "4.1.5",
"@types/uuid": "8.3.0",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"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.5",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"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 @@ -12,7 +12,7 @@
"@veramo/core": "^1.1.0"
},
"devDependencies": {
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"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 @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/debug": "4.1.5",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"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 @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/debug": "4.1.5",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"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.5",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"files": [
"build/**/*",
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 @@ -17,7 +17,7 @@
"@types/debug": "4.1.5",
"did-resolver": "3.1.0",
"ethr-did-resolver": "4.0.1",
"typescript": "4.2.3",
"typescript": "4.2.4",
"web-did-resolver": "2.0.4"
},
"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 @@ -12,7 +12,7 @@
"@veramo/core": "^1.1.0"
},
"devDependencies": {
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/kms-local-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/debug": "4.1.5",
"@types/ethjs-signer": "0.1.0",
"react-native-sodium": "0.3.9",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"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 @@ -22,7 +22,7 @@
"@types/debug": "4.1.5",
"@types/ethjs-signer": "0.1.0",
"@types/libsodium-wrappers": "0.7.9",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"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": "^1.1.0"
},
"devDependencies": {
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"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.5",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"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 @@ -20,7 +20,7 @@
"@types/debug": "4.1.5",
"@types/express": "4.17.11",
"express": "4.17.1",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"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.5",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"files": [
"build/**/*",
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 @@ -17,7 +17,7 @@
"devDependencies": {
"@types/debug": "4.1.5",
"@types/url-parse": "1.4.3",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"files": [
"build/**/*",
Expand Down
101 changes: 53 additions & 48 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1529,37 +1529,37 @@
npmlog "^4.1.2"
write-file-atomic "^3.0.3"

"@microsoft/[email protected].16":
version "7.12.16"
resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.12.16.tgz#55b8b62417761edb92ed84acecc8acb3ea24b3fe"
integrity sha512-KXc7sq0GzN0SkdYl1RV/Ij9psn0i+pgUl8dMQ43TyfxfPDMFEJRXkU1owNfCCaKCiusdIXIKj2n7G07ef07BvA==
"@microsoft/[email protected].20":
version "7.12.20"
resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.12.20.tgz#9e274060a4bb1d7015e1e21930541db48002f1f6"
integrity sha512-DR1bZ96qSuJKuJtUlqSPET9kpksqwBeFFX6AvdXTO8oXOkTK7AZq1vetwdzMfIZvMBZH+Sssw8ki7rfMzhxgNQ==
dependencies:
"@microsoft/api-extractor-model" "7.12.2"
"@microsoft/api-extractor-model" "7.12.4"
"@microsoft/tsdoc" "0.12.24"
"@rushstack/node-core-library" "3.36.0"
"@rushstack/ts-command-line" "4.7.8"
"@rushstack/node-core-library" "3.36.1"
"@rushstack/ts-command-line" "4.7.9"
colors "~1.2.1"
js-yaml "~3.13.1"
resolve "~1.17.0"

"@microsoft/[email protected].2":
version "7.12.2"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.12.2.tgz#d48b35e8ed20643b1c19d7a4f80c90c42dc7d1d8"
integrity sha512-EU+U09Mj65zUH0qwPF4PFJiL6Y+PQQE/RRGEHEDGJJzab/mRQDpKOyrzSdb00xvcd/URehIHJqC55cY2Y4jGOA==
"@microsoft/[email protected].4":
version "7.12.4"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.12.4.tgz#3837d6a253e6e1f9bce71b59f414ba91b9f7a62d"
integrity sha512-uTLpqr48g3ICFMadIE2rQvEhA/y4Ez3m2KqQ9qtsr/weIJ/64LI+ItZTKrrKHAxP7tLgGv0FodLsy5E7cyJy/A==
dependencies:
"@microsoft/tsdoc" "0.12.24"
"@rushstack/node-core-library" "3.36.0"
"@rushstack/node-core-library" "3.36.1"

"@microsoft/[email protected].2":
version "7.13.2"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.13.2.tgz#c44762d27aee05c4da16c03fc8786bd0fa31c7eb"
integrity sha512-2fD0c8OxZW+e6NTaxbtrdNxXVuX7aqil3+cqig3pKsHymvUuRJVCEAcAJmZrJ/ENqYXNiB265EyqOT6VxbMysw==
"@microsoft/[email protected].4":
version "7.13.4"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.13.4.tgz#4890be678e0442a0599964cb1ef0c985c160a394"
integrity sha512-Y/XxSKL9velCpd0DffSFG6kYpH47KE2eECN28ompu8CUG7jbYFUJcMgk/6R/d44vlg3V77FnF8TZ+KzTlnN9SQ==
dependencies:
"@microsoft/api-extractor-model" "7.12.2"
"@microsoft/api-extractor-model" "7.12.4"
"@microsoft/tsdoc" "0.12.24"
"@rushstack/node-core-library" "3.36.0"
"@rushstack/rig-package" "0.2.10"
"@rushstack/ts-command-line" "4.7.8"
"@rushstack/node-core-library" "3.36.1"
"@rushstack/rig-package" "0.2.11"
"@rushstack/ts-command-line" "4.7.9"
colors "~1.2.1"
lodash "~4.17.15"
resolve "~1.17.0"
Expand Down Expand Up @@ -1795,10 +1795,10 @@
dependencies:
"@octokit/openapi-types" "^6.0.0"

"@rushstack/[email protected].0":
version "3.36.0"
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.36.0.tgz#95dace39d763c8695d6607c421f95c6ac65b0ed4"
integrity sha512-bID2vzXpg8zweXdXgQkKToEdZwVrVCN9vE9viTRk58gqzYaTlz4fMId6V3ZfpXN6H0d319uGi2KDlm+lUEeqCg==
"@rushstack/[email protected].1":
version "3.36.1"
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.36.1.tgz#9c1a3d5b5379b8857f8e066f1491b89b9fa0d13e"
integrity sha512-YMXJ0bEpxG9AnK1shZTOay5xSIuerzxCV9sscn3xynnndBdma0oE243V79Fb25zzLfkZ1Xg9TbOXc5zmF7NYYA==
dependencies:
"@types/node" "10.17.13"
colors "~1.2.1"
Expand All @@ -1810,18 +1810,18 @@
timsort "~0.3.0"
z-schema "~3.18.3"

"@rushstack/[email protected].10":
version "0.2.10"
resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.2.10.tgz#e861eb94953d8c22c509dc3e9d91d6f337eab3cd"
integrity sha512-WXYerEJEPf8bS3ruqfM57NnwXtA7ehn8VJjLjrjls6eSduE5CRydcob/oBTzlHKsQ7N196XKlqQl9P6qIyYG2A==
"@rushstack/[email protected].11":
version "0.2.11"
resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.2.11.tgz#b206f5979c7a04799f277083e585e932259a1fd2"
integrity sha512-6Q07ZxjnthXWSXfDy/CgjhhGaqb/0RvZbqWScLr216Cy7fuAAmjbMhE2E53+rjXOsolrS5Ep7Xcl5TQre723cA==
dependencies:
resolve "~1.17.0"
strip-json-comments "~3.1.1"

"@rushstack/[email protected].8":
version "4.7.8"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.7.8.tgz#3aa77cf544c571be3206fc2bcba20c7a096ed254"
integrity sha512-8ghIWhkph7NnLCMDJtthpsb7TMOsVGXVDvmxjE/CeklTqjbbUFBjGXizJfpbEkRQTELuZQ2+vGn7sGwIWKN2uA==
"@rushstack/[email protected].9":
version "4.7.9"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.7.9.tgz#062aa16b6533af09125284516a774bf9a4d00291"
integrity sha512-Jq5O4t0op9xdFfS9RbUV/ZFlAFxX6gdVTY+69UFRTn9pwWOzJR0kroty01IlnDByPCgvHH8RMz9sEXzD9Qxdrg==
dependencies:
"@types/argparse" "1.0.38"
argparse "~1.0.9"
Expand Down Expand Up @@ -2332,10 +2332,10 @@
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==

"@types/[email protected].9":
version "2.5.9"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.9.tgz#c04a12115aa436f189e39579272b305e477621b4"
integrity sha512-6cUyqLK+JBsATAqNQqk10jURoBFrzfRCDh4kaYxg8ivKhRPIpyBgAvuY7zM/3E4AwsYJSh5HCHBCJRM4DsCTaQ==
"@types/[email protected].10":
version "2.5.10"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.10.tgz#9b4d4a0425562f9fcea70b12cb3fcdd946ca8132"
integrity sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==
dependencies:
"@types/node" "*"
form-data "^3.0.0"
Expand Down Expand Up @@ -4267,10 +4267,10 @@ dezalgo@^1.0.0, dezalgo@~1.0.3:
asap "^2.0.0"
wrappy "1"

did-jwt-vc@2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/did-jwt-vc/-/did-jwt-vc-2.0.2.tgz#5a26213359bcae679371eb0c7a1d2e662adf9602"
integrity sha512-4+iZ6DYMAJVqZdWvBGjRMQRat1OnlBrADG9GBD9Rqh4FrgUNTBIaB3UD2Iogkx0xZTKsD4XM9ugRQIWUfXJWEg==
did-jwt-vc@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/did-jwt-vc/-/did-jwt-vc-2.1.0.tgz#e55ddb96102a574bd33f2daed84fd170a5f50b64"
integrity sha512-OXt1Z8GyNJe4wgxdyhoJsIqIHrda47vebFzkJyhnu+vIN0uzaSmhqCPhSSzJkeZbmb8J5isYyMJ4ujsx5elNXw==
dependencies:
did-jwt "^5.1.2"
did-resolver "^3.1.0"
Expand Down Expand Up @@ -11402,10 +11402,10 @@ [email protected]:
semver "7.x"
yargs-parser "20.x"

[email protected].2:
version "0.89.2"
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.89.2.tgz#077bd74e0846ab233acdce91b6fbf0cffd5e7954"
integrity sha512-fDKE80NvNgIomhuddRvuAyLKkI5RHdkvR19RckzyM2lLA/jWeFlCigZNjIqbsmw3duE1JSxuHHG3aEgJJUB/Cw==
[email protected].3:
version "0.89.3"
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-0.89.3.tgz#619bbf451c7c71ef03be59232c5ac3512bcac671"
integrity sha512-QXS/onFnVhUCgDsH0kr5ueZJIJlAgdIuF85CsJx5YE2SrqtcJn7hvwAMajRK0Hi3iUfS+b19TI7Bc6/11ECKFw==
dependencies:
"@types/json-schema" "^7.0.7"
commander "^7.2.0"
Expand Down Expand Up @@ -11545,16 +11545,21 @@ [email protected]:
yargs "^16.2.0"
zen-observable-ts "^1.0.0"

[email protected].3, typescript@~4.2.2, typescript@~4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
[email protected].4:
version "4.2.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==

typescript@~4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==

typescript@~4.2.2, typescript@~4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==

uglify-js@^3.1.4:
version "3.12.1"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.1.tgz#78307f539f7b9ca5557babb186ea78ad30cc0375"
Expand Down

0 comments on commit e576cb7

Please sign in to comment.