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 Nov 20, 2023
1 parent d89a4dd commit 94ae02a
Show file tree
Hide file tree
Showing 34 changed files with 482 additions and 472 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,35 +39,35 @@
"@types/express": "4.17.17",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.3",
"@types/node": "20.8.2",
"@types/node": "20.9.2",
"@types/uuid": "9.0.2",
"caip": "1.1.0",
"credential-status": "2.0.6",
"cross-env": "7.0.3",
"did-jwt": "7.4.2",
"did-jwt-vc": "3.2.11",
"did-resolver": "4.1.0",
"ethers": "6.7.1",
"ethr-did-resolver": "9.0.0",
"ethers": "6.8.1",
"ethr-did-resolver": "9.1.1",
"express": "4.18.2",
"ganache": "7.9.0",
"jest": "29.7.0",
"jest-config": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"json-schema": "0.4.0",
"lerna": "7.3.0",
"lerna": "7.4.2",
"lerna-changelog": "2.2.0",
"oas-resolver": "2.5.6",
"openapi-types": "12.1.3",
"prettier": "3.0.2",
"prettier": "3.1.0",
"rimraf": "5.0.1",
"semantic-release": "22.0.0",
"ts-jest": "29.1.1",
"ts-json-schema-generator": "1.3.0",
"ts-json-schema-generator": "1.4.0",
"ts-node": "10.9.1",
"typeorm": "0.3.17",
"typescript": "5.2.2",
"typescript": "5.3.2",
"uint8arrays": "4.0.6",
"uuid": "9.0.0",
"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 @@ -106,7 +106,7 @@
"@types/qrcode-terminal": "0.12.0",
"@types/url-parse": "1.4.8",
"@types/ws": "8.5.5",
"typescript": "5.2.2"
"typescript": "5.3.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 @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.2.2"
"typescript": "5.3.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 @@ -21,7 +21,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"@types/events": "3.0.0",
"typescript": "5.2.2"
"typescript": "5.3.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 @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.2.2"
"typescript": "5.3.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 @@ -40,7 +40,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"borc": "3.0.0",
"typescript": "5.2.2"
"typescript": "5.3.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.2.2"
"typescript": "5.3.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 @@ -29,7 +29,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"typescript": "5.2.2"
"typescript": "5.3.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": "0.3.0",
"@types/uuid": "9.0.2",
"typescript": "5.2.2"
"typescript": "5.3.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.2.2"
"typescript": "5.3.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 @@ -36,7 +36,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"typescript": "5.2.2"
"typescript": "5.3.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 @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.2.2"
"typescript": "5.3.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.2.2"
"typescript": "5.3.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.2.2"
"typescript": "5.3.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 @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.2.2"
"typescript": "5.3.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 @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.2.2"
"typescript": "5.3.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 @@ -22,7 +22,7 @@
"@veramo/core": "workspace:*",
"@veramo/key-manager": "workspace:*",
"@veramo/kms-local": "workspace:*",
"typescript": "5.2.2"
"typescript": "5.3.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 @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.2.2"
"typescript": "5.3.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.2.2"
"typescript": "5.3.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 @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.2.2"
"typescript": "5.3.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.2.2"
"typescript": "5.3.2"
},
"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 @@ -17,9 +17,9 @@
"did-resolver": "^4.1.0"
},
"devDependencies": {
"ethr-did-resolver": "9.0.0",
"ethr-did-resolver": "9.1.1",
"@types/debug": "4.1.8",
"typescript": "5.2.2",
"typescript": "5.3.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 @@ -21,7 +21,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"typescript": "5.2.2"
"typescript": "5.3.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 @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"typescript": "5.2.2"
"typescript": "5.3.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.2.2"
"typescript": "5.3.2"
},
"files": [
"build/**/*",
Expand Down
6 changes: 3 additions & 3 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.8.2",
"eslint": "8.50.0",
"@types/node": "20.9.2",
"eslint": "8.54.0",
"eslint-plugin-promise": "6.1.1",
"keyv": "4.5.3",
"timekeeper": "2.3.1",
"typescript": "5.2.2"
"typescript": "5.3.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.2.2"
"typescript": "5.3.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.2.2"
"typescript": "5.3.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.2.2"
"typescript": "5.3.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 @@ -28,7 +28,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"files": [
"build/**/*",
Expand Down
8 changes: 4 additions & 4 deletions packages/test-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
]
},
"devDependencies": {
"@babel/plugin-syntax-import-assertions": "7.22.5",
"@babel/plugin-syntax-import-assertions": "7.23.3",
"@babel/preset-typescript": "7.23.0",
"@craco/craco": "7.1.0",
"@types/eslint": "8.44.2",
"@types/eslint-scope": "3.7.4",
"@types/expect-puppeteer": "5.0.3",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "5.0.3",
"@types/node": "20.8.2",
"@types/node": "20.9.2",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"babel-jest": "29.7.0",
Expand All @@ -87,10 +87,10 @@
"jest-environment-puppeteer-jsdom": "6.0.0",
"jest-jasmine2": "29.7.0",
"jest-puppeteer": "9.0.0",
"puppeteer": "21.3.4",
"puppeteer": "21.5.2",
"react-scripts": "5.0.1",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"typescript": "5.3.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.2.2"
"typescript": "5.3.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.2.2"
"typescript": "5.3.2"
},
"files": [
"build/**/*",
Expand Down
Loading

0 comments on commit 94ae02a

Please sign in to comment.