Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 17, 2024
1 parent 64aaaaa commit 20bcd1b
Show file tree
Hide file tree
Showing 21 changed files with 4,061 additions and 3,148 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.12.0
- uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}

Expand Down
312 changes: 144 additions & 168 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"@energyweb/eslint-config": "^0.1.0",
"@energyweb/prettier-config": "0.0.1",
"@types/bl": "2.1.0",
"@types/chai": "4.3.9",
"@types/chai": "4.3.16",
"@types/chai-arrays": "1.0.3",
"@types/chai-as-promised": "7.1.7",
"@types/deep-equal-in-any-order": "1.0.2",
"@types/elliptic": "6.4.16",
"@types/chai-as-promised": "7.1.8",
"@types/deep-equal-in-any-order": "1.0.3",
"@types/elliptic": "6.4.18",
"@types/jsonwebtoken": "8.5.9",
"@types/sjcl": "1.0.32",
"@types/sjcl": "1.0.34",
"@types/wait-on": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
Expand All @@ -63,7 +63,7 @@
"lerna": "^5.4.3",
"mocha": "7.2.0",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "1.1.3",
"prettier-plugin-solidity": "1.3.1",
"run-with-testrpc": "0.3.1",
"truffle": "^5.2.4",
"tsify": "4.0.2",
Expand Down
592 changes: 319 additions & 273 deletions packages/claims/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@ew-did-registry/did-store-interface": "0.9.0",
"@ew-did-registry/jwt": "0.9.0",
"@ew-did-registry/keys": "0.9.0",
"@types/sjcl": "1.0.32",
"@types/sjcl": "1.0.34",
"base64url": "^3.0.1",
"eciesjs": "^0.4.0",
"ethers": "^5.7.2",
Expand Down
731 changes: 430 additions & 301 deletions packages/credentials-interface/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/credentials-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@sphereon/pex": "^2.0.1",
"@sphereon/pex-models": "^2.0.2",
"@sphereon/ssi-types": "^0.17.0",
"@sphereon/ssi-types": "^0.23.0",
"@types/lodash": "^4.14.195",
"ethers": "^6.6.7",
"joi": "^17.6.0",
Expand Down
727 changes: 368 additions & 359 deletions packages/did-document/package-lock.json

Large diffs are not rendered by default.

638 changes: 348 additions & 290 deletions packages/did-ethr-resolver/package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit 20bcd1b

Please sign in to comment.