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 Sep 2, 2023
1 parent 9cb410b commit c2042d3
Show file tree
Hide file tree
Showing 15 changed files with 1,243 additions and 1,397 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
"@ethersproject/providers": "^5.7.2",
"@ethersproject/transactions": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"@jest/globals": "29.6.2",
"@jest/globals": "29.6.4",
"@metamask/eth-sig-util": "6.0.0",
"@microsoft/api-documenter": "7.22.33",
"@microsoft/api-extractor": "7.36.4",
"@microsoft/api-extractor-model": "7.27.6",
"@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.5.0",
"@types/uuid": "9.0.2",
"@types/jest": "29.5.4",
"@types/node": "20.5.9",
"@types/uuid": "9.0.3",
"caip": "1.1.0",
"credential-status": "2.0.6",
"cross-env": "7.0.3",
Expand All @@ -53,17 +53,17 @@
"did-resolver": "4.1.0",
"ethr-did-resolver": "8.1.2",
"express": "4.18.2",
"ganache": "7.9.0",
"jest": "29.6.2",
"jest-config": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"jest-environment-node": "29.6.2",
"ganache": "7.9.1",
"jest": "29.6.4",
"jest-config": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest-environment-node": "29.6.4",
"json-schema": "0.4.0",
"lerna": "7.1.5",
"lerna-changelog": "2.2.0",
"oas-resolver": "2.5.6",
"openapi-types": "12.1.3",
"prettier": "3.0.2",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"semantic-release": "21.1.1",
"ts-jest": "29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@types/node-fetch": "3.0.3",
"@types/passport-http-bearer": "1.0.37",
"@types/qrcode-terminal": "0.12.0",
"@types/url-parse": "1.4.8",
"@types/url-parse": "1.4.9",
"@types/ws": "8.5.5",
"typescript": "5.2.2"
},
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 @@ -34,7 +34,7 @@
"did-resolver": "^4.1.0"
},
"resolutions": {
"@types/react": "18.2.20",
"@types/react": "18.2.21",
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
},
"devDependencies": {
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",
"@types/uuid": "9.0.3",
"typescript": "5.2.2"
},
"files": [
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 @@ -22,7 +22,7 @@
"devDependencies": {
"@types/debug": "4.1.8",
"@types/ungap__structured-clone": "0.3.0",
"@types/uuid": "9.0.2",
"@types/uuid": "9.0.3",
"typescript": "5.2.2"
},
"files": [
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 @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@types/uuid": "9.0.3",
"sqlite3": "5.1.6",
"typescript": "5.2.2"
},
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",
"@types/uuid": "9.0.3",
"typescript": "5.2.2"
},
"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 @@ -24,7 +24,7 @@
"devDependencies": {
"@ethersproject/abstract-signer": "5.7.0",
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@types/uuid": "9.0.3",
"typescript": "5.2.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/kv-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/debug": "4.1.8",
"@types/events": "^3.0.0",
"@types/json-buffer": "3.0.0",
"@types/node": "20.5.0",
"@types/node": "20.5.9",
"eslint": "8.48.0",
"eslint-plugin-promise": "6.1.1",
"keyv": "4.5.3",
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 @@ -25,7 +25,7 @@
"@types/express": "4.17.17",
"@types/passport": "1.0.12",
"@types/passport-http-bearer": "1.0.37",
"@types/url-parse": "1.4.8",
"@types/url-parse": "1.4.9",
"typescript": "5.2.2"
},
"peerDependencies": {
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",
"@types/uuid": "9.0.3",
"typescript": "5.2.2"
},
"files": [
Expand Down
18 changes: 9 additions & 9 deletions packages/test-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,26 +67,26 @@
},
"devDependencies": {
"@babel/plugin-syntax-import-assertions": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@babel/preset-typescript": "7.22.11",
"@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": "29.5.4",
"@types/jest-environment-puppeteer": "5.0.3",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"babel-jest": "29.6.2",
"babel-jest": "29.6.4",
"babel-preset-react-app": "10.0.1",
"cross-env": "7.0.3",
"jest": "29.6.2",
"jest-config": "29.6.2",
"jest": "29.6.4",
"jest-config": "29.6.4",
"jest-environment-puppeteer": "9.0.0",
"jest-environment-puppeteer-jsdom": "6.0.0",
"jest-jasmine2": "29.6.2",
"jest-jasmine2": "29.6.4",
"jest-puppeteer": "9.0.0",
"puppeteer": "21.1.0",
"puppeteer": "21.1.1",
"react-scripts": "5.0.1",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
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 @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/url-parse": "1.4.8",
"@types/url-parse": "1.4.9",
"jest-fetch-mock": "3.0.3",
"typescript": "5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2"
"@types/uuid": "9.0.3"
},
"files": [
"build/**/*",
Expand Down
Loading

0 comments on commit c2042d3

Please sign in to comment.