diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 55a3d3ca..938d3d98 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.12.0 + - uses: styfle/cancel-workflow-action@0.13.0 with: access_token: ${{ github.token }} diff --git a/package.json b/package.json index 3293f6fd..0d31ff0e 100644 --- a/package.json +++ b/package.json @@ -63,33 +63,33 @@ "npm": ">= 6.0.0" }, "dependencies": { - "@energyweb/credential-governance": "2.2.1-alpha.342.0", + "@energyweb/credential-governance": "2.2.1-alpha.343.0", "@energyweb/ekc": "^0.6.7", - "@energyweb/onchain-claims": "2.2.1-alpha.342.0", + "@energyweb/onchain-claims": "2.2.1-alpha.343.0", "@energyweb/staking-pool": "^1.0.0-rc.14", - "@energyweb/vc-verification": "2.2.1-alpha.342.0", + "@energyweb/vc-verification": "2.2.1-alpha.343.0", "@ensdomains/ens": "^0.6.2", - "@ew-did-registry/claims": "0.9.1-alpha.1545.0", - "@ew-did-registry/credentials-interface": "0.9.1-alpha.1545.0", - "@ew-did-registry/did": "0.9.1-alpha.1545.0", - "@ew-did-registry/did-document": "0.9.1-alpha.1545.0", - "@ew-did-registry/did-ethr-resolver": "0.9.1-alpha.1545.0", - "@ew-did-registry/did-resolver-interface": "0.9.1-alpha.1545.0", - "@ew-did-registry/jwt": "0.9.1-alpha.1545.0", - "@ew-did-registry/keys": "0.9.1-alpha.1545.0", - "@ew-did-registry/proxyidentity": "0.9.1-alpha.1545.0", - "@ew-did-registry/revocation": "0.9.1-alpha.1545.0", + "@ew-did-registry/claims": "0.9.1-alpha.1577.0", + "@ew-did-registry/credentials-interface": "0.9.1-alpha.1577.0", + "@ew-did-registry/did": "0.9.1-alpha.1577.0", + "@ew-did-registry/did-document": "0.9.1-alpha.1577.0", + "@ew-did-registry/did-ethr-resolver": "0.9.1-alpha.1577.0", + "@ew-did-registry/did-resolver-interface": "0.9.1-alpha.1577.0", + "@ew-did-registry/jwt": "0.9.1-alpha.1577.0", + "@ew-did-registry/keys": "0.9.1-alpha.1577.0", + "@ew-did-registry/proxyidentity": "0.9.1-alpha.1577.0", + "@ew-did-registry/revocation": "0.9.1-alpha.1577.0", "@gnosis.pm/safe-apps-provider": "^0.13.1", "@metamask/detect-provider": "^1.2.0", "@sphereon/pex": "^2.0.1", - "@sphereon/ssi-types": "^0.17.0", + "@sphereon/ssi-types": "^0.36.0", "@spruceid/didkit-wasm": "^0.2.1", "@spruceid/didkit-wasm-node": "^0.2.1", "@types/jsonwebtoken": "^8.5.8", "@walletconnect/client": "^1.8.0", "@walletconnect/ethereum-provider": "^1.7.7", "@walletconnect/qrcode-modal": "^1.8.0", - "axios": "^0.27.0", + "axios": "^0.30.0", "axios-retry": "^3.4.0", "base64url": "^3.0.1", "concurrently": "^6.1.0", @@ -111,10 +111,10 @@ "winston": "^3.10.0" }, "devDependencies": { - "@babel/core": "7.23.2", - "@babel/plugin-transform-regenerator": "7.22.10", + "@babel/core": "7.28.6", + "@babel/plugin-transform-regenerator": "7.28.6", "@babel/plugin-transform-runtime": "^7.17.0", - "@babel/preset-env": "7.23.2", + "@babel/preset-env": "7.28.6", "@babel/runtime": "^7.17.2", "@energyweb/eslint-config": "^0.1.0", "@energyweb/prettier-config": "^0.0.1", @@ -160,7 +160,7 @@ "semantic-release": "^21.0.3", "ts-jest": "^29.4.0", "typechain": "5.2.0", - "typedoc": "^0.25.0", + "typedoc": "^0.28.0", "typedoc-plugin-markdown": "~3.17.0", "typescript": "^4.0.2", "wait-on": "^7.0.1"