Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 19, 2021
1 parent 7b47fe5 commit 4a2b206
Show file tree
Hide file tree
Showing 10 changed files with 127 additions and 131 deletions.
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@veramo/url-handler": "^1.1.0",
"blessed": "^0.1.81",
"commander": "^7.0.0",
"console-table-printer": "^2.0.0",
"console-table-printer": "^2.8.2",
"cors": "^2.8.5",
"cross-fetch": "^3.0.6",
"date-fns": "^2.8.1",
"cross-fetch": "^3.1.4",
"date-fns": "^2.16.1",
"debug": "^4.1.1",
"did-resolver": "3.1.0",
"dotenv": "^8.2.0",
Expand All @@ -53,19 +53,19 @@
"json-schema": "^0.3.0",
"jsonpointer": "^4.1.0",
"ngrok": "^4.0.0",
"oas-resolver": "^2.5.2",
"oas-resolver": "^2.5.3",
"openapi-types": "^8.0.0",
"passport": "^0.4.1",
"passport-http-bearer": "^1.0.1",
"pg": "^8.2.0",
"pg": "^8.6.0",
"qrcode-terminal": "^0.12.0",
"sqlite3": "^5.0.0",
"swagger-ui-express": "^4.1.4",
"swagger-ui-express": "^4.1.5",
"ts-json-schema-generator": "^0.90.0",
"typeorm": "0.2.32",
"url-parse": "^1.4.7",
"url-parse": "^1.5.1",
"web-did-resolver": "2.0.4",
"ws": "^7.2.0",
"ws": "^7.4.1",
"yaml": "^1.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"debug": "^4.1.1",
"did-jwt-vc": "2.1.0",
"events": "^3.0.0",
"events": "^3.2.0",
"z-schema": "^5.0.0"
},
"devDependencies": {
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 @@ -16,7 +16,7 @@
"dependencies": {
"@veramo/core": "^1.1.0",
"@veramo/message-handler": "^1.1.0",
"cross-fetch": "^3.0.5",
"cross-fetch": "^3.1.4",
"debug": "^4.1.1",
"uuid": "^8.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/did-provider-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@transmute/did-key.js": "^0.2.1-unstable.35",
"@transmute/did-key.js": "^0.2.1-unstable",
"@veramo/core": "^1.0.1",
"@veramo/did-manager": "^1.0.1",
"debug": "^4.1.1",
"multibase": "^4.0.0",
"multibase": "^4.0.2",
"multicodec": "^3.0.0"
},
"devDependencies": {
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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@veramo/core": "^1.1.0",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.4",
"debug": "^4.1.1"
},
"devDependencies": {
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 @@ -16,7 +16,7 @@
"did-jwt": "5.1.2",
"elliptic": "6.5.4",
"ethjs-signer": "^0.1.1",
"libsodium-wrappers": "^0.7.6"
"libsodium-wrappers": "^0.7.8"
},
"devDependencies": {
"@types/debug": "4.1.5",
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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@veramo/core": "^1.1.0",
"cross-fetch": "^3.0.5",
"cross-fetch": "^3.1.4",
"debug": "^4.1.1",
"openapi-types": "^8.0.0"
},
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 @@ -14,7 +14,7 @@
"debug": "^4.1.1",
"passport": "^0.4.1",
"passport-http-bearer": "^1.0.1",
"url-parse": "^1.4.7"
"url-parse": "^1.5.1"
},
"devDependencies": {
"@types/debug": "4.1.5",
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 @@
"@veramo/core": "^1.1.0",
"@veramo/message-handler": "^1.1.0",
"debug": "^4.1.1",
"url-parse": "^1.4.7"
"url-parse": "^1.5.1"
},
"devDependencies": {
"@types/debug": "4.1.5",
Expand Down
Loading

0 comments on commit 4a2b206

Please sign in to comment.