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] committed Jun 21, 2024
1 parent 2110590 commit 2c9e98b
Show file tree
Hide file tree
Showing 35 changed files with 2,141 additions and 1,205 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@
"devDependencies": {
"@jest/globals": "29.7.0",
"@metamask/eth-sig-util": "7.0.1",
"@microsoft/api-documenter": "7.23.30",
"@microsoft/api-extractor": "7.40.6",
"@microsoft/api-extractor-model": "7.28.13",
"@microsoft/tsdoc": "0.14.2",
"@noble/hashes": "1.3.3",
"@microsoft/api-documenter": "7.25.3",
"@microsoft/api-extractor": "7.47.0",
"@microsoft/api-extractor-model": "7.29.2",
"@microsoft/tsdoc": "0.15.0",
"@noble/hashes": "1.4.0",
"@stablelib/ed25519": "1.0.3",
"@transmute/credentials-context": "0.7.0-unstable.82",
"@types/express": "4.17.21",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/node": "20.11.19",
"@types/node": "20.14.7",
"@types/uuid": "9.0.8",
"caip": "1.1.0",
"credential-status": "3.0.0",
"cross-env": "7.0.3",
"did-jwt": "8.0.0",
"did-jwt-vc": "4.0.0",
"did-resolver": "4.1.0",
"ethers": "6.11.1",
"ethers": "6.13.1",
"ethr-did-resolver": "10.1.5",
"express": "4.18.2",
"express": "4.19.2",
"ganache": "7.9.2",
"jest": "29.7.0",
"jest-config": "29.7.0",
Expand All @@ -59,15 +59,15 @@
"lerna": "8.1.2",
"lerna-changelog": "2.2.0",
"openapi-types": "12.1.3",
"prettier": "3.2.5",
"prettier": "3.3.2",
"rimraf": "5.0.5",
"semantic-release": "23.0.2",
"semantic-release": "23.1.1",
"ts-jest": "29.1.2",
"ts-json-schema-generator": "1.5.0",
"ts-node": "10.9.2",
"typeorm": "0.3.17",
"typescript": "5.3.3",
"uint8arrays": "5.0.2",
"typescript": "5.5.2",
"uint8arrays": "5.1.0",
"uuid": "9.0.1",
"web-did-resolver": "2.0.27"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@types/qrcode-terminal": "0.12.0",
"@types/url-parse": "1.4.8",
"@types/ws": "8.5.5",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"files": [
"bin/**/*",
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 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"files": [
"build/**/*",
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 @@
"devDependencies": {
"@types/debug": "4.1.8",
"@types/events": "3.0.0",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"files": [
"build/**/*",
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 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@ -39,7 +39,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"borc": "3.0.0",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"files": [
"build/**/*",
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 @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@ -28,7 +28,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-store-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/debug": "4.1.8",
"@types/ungap__structured-clone": "1.2.0",
"@types/uuid": "9.0.2",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"sqlite3": "5.1.6",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@ -37,7 +37,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@ -14,7 +14,7 @@
"@veramo/did-discovery": "workspace:^"
},
"devDependencies": {
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"files": [
"build/**/*",
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 @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"peerDependencies": {
"@sphereon/react-native-argon2": "^2.0.7"
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 @@ -23,7 +23,7 @@
"@veramo/did-resolver": "workspace:*",
"@veramo/key-manager": "workspace:*",
"@veramo/kms-local": "workspace:*",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"repository": {
"type": "git",
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 @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"resolutions": {
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
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 @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"resolutions": {
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
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 @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@ -19,7 +19,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"ethr-did-resolver": "10.1.5",
"typescript": "5.3.3",
"typescript": "5.5.2",
"web-did-resolver": "2.0.27"
},
"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 @@ -22,7 +22,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"files": [
"build/**/*",
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 @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"files": [
"build/**/*",
Expand Down
8 changes: 4 additions & 4 deletions packages/kv-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@types/debug": "4.1.8",
"@types/events": "^3.0.0",
"@types/json-buffer": "3.0.0",
"@types/node": "20.11.19",
"eslint": "8.56.0",
"eslint-plugin-promise": "6.1.1",
"@types/node": "20.14.7",
"eslint": "8.57.0",
"eslint-plugin-promise": "6.2.0",
"keyv": "4.5.3",
"timekeeper": "2.3.1",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"files": [
"build/**/*",
Expand Down
6 changes: 3 additions & 3 deletions packages/mediation-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-plugin-promise": "6.1.1",
"eslint": "8.57.0",
"eslint-plugin-promise": "6.2.0",
"timekeeper": "2.3.1",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@ -26,7 +26,7 @@
"@types/passport": "1.0.12",
"@types/passport-http-bearer": "1.0.37",
"@types/url-parse": "1.4.8",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"peerDependencies": {
"express": "^4.18.2"
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 @@ -27,7 +27,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"files": [
"build/**/*",
Expand Down
16 changes: 8 additions & 8 deletions packages/test-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@
]
},
"devDependencies": {
"@babel/plugin-syntax-import-assertions": "7.23.3",
"@babel/preset-typescript": "7.23.0",
"@babel/plugin-syntax-import-assertions": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@craco/craco": "7.1.0",
"@types/eslint": "8.56.2",
"@types/eslint": "8.56.10",
"@types/eslint-scope": "3.7.7",
"@types/expect-puppeteer": "5.0.6",
"@types/jest": "29.5.12",
"@types/jest-environment-puppeteer": "5.0.6",
"@types/node": "20.11.19",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"@types/node": "20.14.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"babel-jest": "29.7.0",
"babel-preset-react-app": "10.0.1",
"cross-env": "7.0.3",
Expand All @@ -87,10 +87,10 @@
"jest-environment-puppeteer-jsdom": "6.0.0",
"jest-jasmine2": "29.7.0",
"jest-puppeteer": "10.0.1",
"puppeteer": "22.2.0",
"puppeteer": "22.12.0",
"react-scripts": "5.0.1",
"ts-jest": "29.1.2",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"did-resolver": "^4.1.0"
},
"devDependencies": {
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"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 @@ -20,7 +20,7 @@
"@types/debug": "4.1.8",
"@types/url-parse": "1.4.8",
"jest-fetch-mock": "3.0.3",
"typescript": "5.3.3"
"typescript": "5.5.2"
},
"files": [
"build/**/*",
Expand Down
Loading

0 comments on commit 2c9e98b

Please sign in to comment.