Skip to content

Commit

Permalink
chore(deps): bump dependencies (#1348)
Browse files Browse the repository at this point in the history
* chore(deps): update devdeps

* chore(deps): bump dependencies for cli

* chore(ci): bump github actions versions
  • Loading branch information
mirceanis authored Feb 22, 2024
1 parent 5accc6b commit 49027de
Show file tree
Hide file tree
Showing 47 changed files with 1,383 additions and 1,481 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm add -g pnpm
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm add -g pnpm
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm add -g pnpm
Expand All @@ -118,7 +118,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm add -g pnpm
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm add -g pnpm
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm add -g pnpm
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm add -g pnpm
Expand All @@ -127,7 +127,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm add -g pnpm
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
with:
fetch-depth: 0
token: ${{secrets.GH_TOKEN}}
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm add -g pnpm
Expand Down
4 changes: 2 additions & 2 deletions __tests__/localAgent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const setup = async (options?: IAgentOptions): Promise<boolean> => {
kms: {
local: new KeyManagementSystem(new PrivateKeyStore(dbConnection, new SecretBox(secretKey))),
web3: new Web3KeyManagementSystem({
ethers: ethersProvider,
ethers: ethersProvider as any, // different versions of ethers complain about a type mismatch here
}),
},
}),
Expand Down Expand Up @@ -195,7 +195,7 @@ const setup = async (options?: IAgentOptions): Promise<boolean> => {
{
chainId: 1337,
name: 'ganache',
provider,
provider: provider as any, // different versions of ethers complain about a type mismatch here
registry,
},
],
Expand Down
2 changes: 1 addition & 1 deletion __tests__/utils/ganache-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export async function createGanacheProvider(): Promise<{ provider: JsonRpcApiPro
balance: `0x1000000000000000000000`,
},
],
})
} as any) // type error here due to mismatched constructor types in ethers and ganache
await provider.ready
const factory = ContractFactory.fromSolidity(EthereumDIDRegistry).connect(await provider.getSigner(0))

Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,47 +28,47 @@
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@metamask/eth-sig-util": "7.0.0",
"@microsoft/api-documenter": "7.23.0",
"@microsoft/api-extractor": "7.39.4",
"@microsoft/api-extractor-model": "7.28.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.1",
"@noble/hashes": "1.3.3",
"@stablelib/ed25519": "1.0.3",
"@transmute/credentials-context": "0.7.0-unstable.82",
"@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.21",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/node": "20.11.19",
"@types/uuid": "9.0.8",
"caip": "1.1.0",
"credential-status": "2.0.6",
"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.9.0",
"ethers": "6.11.1",
"ethr-did-resolver": "10.1.5",
"express": "4.18.2",
"ganache": "7.9.0",
"ganache": "7.9.2",
"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",
"openapi-types": "12.1.3",
"prettier": "3.0.2",
"rimraf": "5.0.1",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"semantic-release": "22.0.0",
"ts-jest": "29.1.1",
"ts-json-schema-generator": "1.3.0",
"ts-node": "10.9.1",
"ts-jest": "29.1.2",
"ts-json-schema-generator": "1.5.0",
"ts-node": "10.9.2",
"typeorm": "0.3.17",
"typescript": "5.2.2",
"uint8arrays": "4.0.6",
"uuid": "9.0.0",
"typescript": "5.3.3",
"uint8arrays": "5.0.2",
"uuid": "9.0.1",
"web-did-resolver": "2.0.27"
},
"repository": {
Expand Down
40 changes: 20 additions & 20 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"update-veramo-latest": "pnpm add @veramo/core@latest @veramo/discovery@latest @veramo/remote-client@latest @veramo/remote-server@latest @veramo/did-provider-key@latest @veramo/did-resolver@latest @veramo/did-jwt@latest @veramo/credential-w3c@latest @veramo/did-provider-ethr@latest @veramo/did-provider-web@latest @veramo/did-comm@latest @veramo/kms-local@latest @veramo/selective-disclosure@latest @veramo/data-store@latest @veramo/key-manager@latest @veramo/message-handler@latest @veramo/did-manager@latest @veramo/url-handler@latest @veramo/credential-eip712@latest @veramo/utils@latest"
},
"dependencies": {
"@microsoft/api-extractor": "^7.39.4",
"@microsoft/api-extractor-model": "^7.28.7",
"@transmute/credentials-context": "^0.7.0-unstable.81",
"@types/blessed": "^0.1.22",
"@types/swagger-ui-express": "^4.1.3",
"@microsoft/api-extractor": "^7.40.6",
"@microsoft/api-extractor-model": "^7.28.13",
"@transmute/credentials-context": "^0.7.0-unstable.82",
"@types/blessed": "^0.1.25",
"@types/swagger-ui-express": "^4.1.6",
"@veramo/core": "workspace:^",
"@veramo/core-types": "workspace:^",
"@veramo/credential-eip712": "workspace:^",
Expand Down Expand Up @@ -66,37 +66,37 @@
"@veramo/url-handler": "workspace:^",
"@veramo/utils": "workspace:^",
"blessed": "^0.1.81",
"commander": "^11.0.0",
"console-table-printer": "^2.11.2",
"commander": "^12.0.0",
"console-table-printer": "^2.12.0",
"cors": "^2.8.5",
"cross-fetch": "^4.0.0",
"date-fns": "^2.30.0",
"date-fns": "^3.3.1",
"debug": "^4.3.4",
"did-resolver": "^4.1.0",
"dotenv": "^16.3.1",
"ethr-did-resolver": "^10.1.0",
"dotenv": "^16.4.5",
"ethr-did-resolver": "^10.1.5",
"express": "^4.18.2",
"express-handlebars": "^7.1.1",
"express-handlebars": "^7.1.2",
"fuzzy": "^0.1.3",
"handlebars": "^4.7.8",
"inquirer": "^9.2.7",
"inquirer-autocomplete-prompt": "^3.0.0",
"inquirer": "^9.2.15",
"inquirer-autocomplete-prompt": "^3.0.1",
"json-schema": "^0.4.0",
"json5": "^2.2.3",
"jsonpointer": "^5.0.1",
"openapi-types": "^12.1.3",
"passport": "^0.6.0",
"passport": "^0.7.0",
"passport-http-bearer": "^1.0.1",
"pg": "^8.11.2",
"pg": "^8.11.3",
"qrcode-terminal": "^0.12.0",
"sqlite3": "^5.1.6",
"sqlite3": "^5.1.7",
"swagger-ui-express": "^5.0.0",
"ts-json-schema-generator": "^1.2.0",
"ts-json-schema-generator": "^1.5.0",
"typeorm": "^0.3.17",
"url-parse": "^1.5.10",
"web-did-resolver": "^2.0.27",
"ws": "^8.13.0",
"yaml": "^2.3.1"
"ws": "^8.16.0",
"yaml": "^2.3.4"
},
"devDependencies": {
"@types/debug": "4.1.8",
Expand All @@ -108,7 +108,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.3"
},
"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.2.2"
"typescript": "5.3.3"
},
"files": [
"build/**/*",
Expand Down
Loading

0 comments on commit 49027de

Please sign in to comment.