Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent ba88d6b commit da4f74c
Show file tree
Hide file tree
Showing 33 changed files with 703 additions and 961 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"devDependencies": {
"@jest/globals": "29.7.0",
"@metamask/eth-sig-util": "7.0.0",
"@microsoft/api-documenter": "7.23.0",
"@microsoft/api-documenter": "7.23.9",
"@microsoft/api-extractor": "7.38.0",
"@microsoft/api-extractor-model": "7.28.0",
"@microsoft/api-extractor-model": "7.28.2",
"@microsoft/tsdoc": "0.14.2",
"@noble/hashes": "1.3.1",
"@noble/hashes": "1.3.2",
"@stablelib/ed25519": "1.0.3",
"@transmute/credentials-context": "0.7.0-unstable.81",
"@types/express": "4.17.17",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.3",
"@types/node": "20.8.2",
"@types/uuid": "9.0.2",
"@types/express": "4.17.20",
"@types/fs-extra": "11.0.2",
"@types/jest": "29.5.6",
"@types/node": "20.8.7",
"@types/uuid": "9.0.5",
"caip": "1.1.0",
"credential-status": "2.0.6",
"cross-env": "7.0.3",
Expand All @@ -50,7 +50,7 @@
"ethers": "6.7.1",
"ethr-did-resolver": "9.0.0",
"express": "4.18.2",
"ganache": "7.9.0",
"ganache": "7.9.1",
"jest": "29.7.0",
"jest-config": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand All @@ -60,16 +60,16 @@
"lerna-changelog": "2.2.0",
"oas-resolver": "2.5.6",
"openapi-types": "12.1.3",
"prettier": "3.0.2",
"rimraf": "5.0.1",
"semantic-release": "22.0.0",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"semantic-release": "22.0.5",
"ts-jest": "29.1.1",
"ts-json-schema-generator": "1.3.0",
"ts-node": "10.9.1",
"typeorm": "0.3.17",
"typescript": "5.2.2",
"uint8arrays": "4.0.6",
"uuid": "9.0.0",
"uuid": "9.0.1",
"web-did-resolver": "2.0.27"
},
"repository": {
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@
"yaml": "^2.3.1"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/express": "4.17.17",
"@types/inquirer": "9.0.3",
"@types/inquirer-autocomplete-prompt": "3.0.0",
"@types/debug": "4.1.10",
"@types/express": "4.17.20",
"@types/inquirer": "9.0.5",
"@types/inquirer-autocomplete-prompt": "3.0.2",
"@types/node-fetch": "3.0.3",
"@types/passport-http-bearer": "1.0.37",
"@types/passport-http-bearer": "1.0.38",
"@types/qrcode-terminal": "0.12.0",
"@types/url-parse": "1.4.8",
"@types/ws": "8.5.5",
"@types/url-parse": "1.4.9",
"@types/ws": "8.5.7",
"typescript": "5.2.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"did-resolver": "^4.1.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"files": [
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,8 +19,8 @@
"z-schema": "^6.0.1"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/events": "3.0.0",
"@types/debug": "4.1.10",
"@types/events": "3.0.2",
"typescript": "5.2.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-eip712/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eip-712-types-generation": "^0.1.6"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/credential-ld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"did-resolver": "^4.1.0"
},
"resolutions": {
"@types/react": "18.2.20",
"@types/react": "18.2.28",
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"borc": "3.0.0",
"typescript": "5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"did-resolver": "^4.1.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"files": [
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 @@ -27,8 +27,8 @@
"@veramo/credential-ld": "^5.5.3"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@types/debug": "4.1.10",
"@types/uuid": "9.0.5",
"typescript": "5.2.2"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/data-store-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"@types/ungap__structured-clone": "0.3.0",
"@types/uuid": "9.0.2",
"@types/uuid": "9.0.5",
"typescript": "5.2.2"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@types/debug": "4.1.10",
"@types/uuid": "9.0.5",
"sqlite3": "5.1.6",
"typescript": "5.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/did-comm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@types/debug": "4.1.10",
"@types/uuid": "9.0.5",
"typescript": "5.2.2"
},
"files": [
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 @@ -22,7 +22,7 @@
"debug": "^4.3.3"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"files": [
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 @@
"did-resolver": "^4.1.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"files": [
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 @@ -16,7 +16,7 @@
"ethr-did": "^3.0.1"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"files": [
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 @@ -28,7 +28,7 @@
"multihashes": "^4.0.3"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"peerDependencies": {
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 @@ -18,7 +18,7 @@
"did-resolver": "^4.1.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"@veramo/core": "workspace:*",
"@veramo/key-manager": "workspace:*",
"@veramo/kms-local": "workspace:*",
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 @@
"did-resolver": "^4.1.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-peer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"did-resolver": "^4.1.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-pkh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"did-resolver": "^4.1.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"files": [
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 @@
"debug": "^4.3.3"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"files": [
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 @@ -18,7 +18,7 @@
},
"devDependencies": {
"ethr-did-resolver": "9.0.0",
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2",
"web-did-resolver": "2.0.27"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/key-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@types/debug": "4.1.10",
"@types/uuid": "9.0.5",
"typescript": "5.2.2"
},
"files": [
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 @@ -20,7 +20,7 @@
"did-jwt": "^7.4.1"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/kms-web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ethers": "^6.7.1"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"files": [
Expand Down
14 changes: 7 additions & 7 deletions packages/kv-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"uint8arrays": "^4.0.6"
},
"devDependencies": {
"@keyv/compress-brotli": "1.1.4",
"@keyv/compress-brotli": "1.1.5",
"@keyv/compress-gzip": "1.2.3",
"@keyv/sqlite": "3.6.5",
"@keyv/test-suite": "1.9.2",
"@types/debug": "4.1.8",
"@keyv/sqlite": "3.6.6",
"@keyv/test-suite": "1.9.4",
"@types/debug": "4.1.10",
"@types/events": "^3.0.0",
"@types/json-buffer": "3.0.0",
"@types/node": "20.8.2",
"@types/json-buffer": "3.0.1",
"@types/node": "20.8.7",
"eslint": "8.50.0",
"eslint-plugin-promise": "6.1.1",
"keyv": "4.5.3",
"keyv": "4.5.4",
"timekeeper": "2.3.1",
"typescript": "5.2.2"
},
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 @@ -14,7 +14,7 @@
"debug": "^4.3.4"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"files": [
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 @@
"openapi-types": "12.1.3"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/debug": "4.1.10",
"typescript": "5.2.2"
},
"files": [
Expand Down
10 changes: 5 additions & 5 deletions packages/remote-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"url-parse": "^1.5.4"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/express": "4.17.17",
"@types/passport": "1.0.12",
"@types/passport-http-bearer": "1.0.37",
"@types/url-parse": "1.4.8",
"@types/debug": "4.1.10",
"@types/express": "4.17.20",
"@types/passport": "1.0.13",
"@types/passport-http-bearer": "1.0.38",
"@types/url-parse": "1.4.9",
"typescript": "5.2.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/selective-disclosure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@types/debug": "4.1.10",
"@types/uuid": "9.0.5",
"typescript": "5.2.2"
},
"files": [
Expand Down
Loading

0 comments on commit da4f74c

Please sign in to comment.