diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index abe8bced..34247fe7 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.10.0 + - uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} @@ -32,7 +32,7 @@ jobs: TAG_DRY_RUN: ${{ steps.configure.outputs.TAG_DRY_RUN }} PUSH_DOCKER: ${{ steps.configure.outputs.PUSH_DOCKER }} steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} - id: configure @@ -66,7 +66,7 @@ jobs: - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} release_branches: release @@ -76,7 +76,7 @@ jobs: - name: Create a GitHub release if: github.ref == 'refs/heads/release' - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.14.0 with: prerelease: ${{ needs.configure.outputs.PRERELEASE }} tag: ${{ steps.tag_version.outputs.new_tag }} @@ -103,7 +103,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Log in to the Container registry - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -112,7 +112,7 @@ jobs: # This step outputs Docker labels and Docker tag associated with github.ref (branch name in this scenario) - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v4.3.0 + uses: docker/metadata-action@v4.6.0 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} @@ -156,21 +156,21 @@ jobs: SENTRY_COMMIT="${{ github.repository }}/${{ github.sha }}" - name: ArgoCD login - uses: clowdhaus/argo-cd-action/@v1.12.1 + uses: clowdhaus/argo-cd-action/@v1.17.0 id: argocd_login with: command: login ${{ secrets.ARGOCD_URL }} options: --insecure --password ${{ secrets.ARGOCD_PASS }} --username ${{ secrets.ARGOCD_USERNAME }} - name: ArgoCD overvrite values.yaml - uses: clowdhaus/argo-cd-action/@v1.12.1 + uses: clowdhaus/argo-cd-action/@v1.17.0 id: argocd_image_tag_overwrite with: command: app set iam-cache-server options: -p image.tag=${{needs.configure.outputs.IMAGE_TAG}} -p image.repository=${{env.REGISTRY}}/${{env.IMAGE_NAME}} - name: ArgoCD overvrite HELM values.yaml - uses: clowdhaus/argo-cd-action/@v1.12.1 + uses: clowdhaus/argo-cd-action/@v1.17.0 id: argocd_image_helm_tag_overwrite with: command: app set iam-cache-server diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 2a43969d..7c92a40f 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} install: diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 510dd814..4ac725e8 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.10.0 + - uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} env_name: @@ -66,7 +66,7 @@ jobs: - name: Update dependency run: helm dependency update ./devops/${{ needs.env_name.outputs.env_name }} - name: helm-check - uses: igabaydulin/helm-check-action@0.2.0 + uses: igabaydulin/helm-check-action@0.2.1 env: CHART_LOCATION: ./devops/${{ needs.env_name.outputs.env_name }} CHART_VALUES: ./devops/${{ needs.env_name.outputs.env_name }}/values.yaml diff --git a/package.json b/package.json index 5b063350..29d91a02 100644 --- a/package.json +++ b/package.json @@ -57,14 +57,14 @@ "@energyweb/vc-verification": "^2.2.1-alpha.316.0", "@ensdomains/ens-contracts": "^0.0.21", "@ensdomains/resolver": "^0.2.4", - "@ew-did-registry/claims": "0.8.1-alpha.1140.0", - "@ew-did-registry/credentials-interface": "0.8.1-alpha.1140.0", - "@ew-did-registry/did": "0.8.1-alpha.1140.0", - "@ew-did-registry/did-document": "0.8.1-alpha.1140.0", - "@ew-did-registry/did-ethr-resolver": "0.8.1-alpha.1140.0", - "@ew-did-registry/jwt": "0.8.1-alpha.1140.0", - "@ew-did-registry/keys": "0.8.1-alpha.1140.0", - "@ew-did-registry/proxyidentity": "0.8.1-alpha.1140.0", + "@ew-did-registry/claims": "0.9.0", + "@ew-did-registry/credentials-interface": "0.9.0", + "@ew-did-registry/did": "0.9.0", + "@ew-did-registry/did-document": "0.9.0", + "@ew-did-registry/did-ethr-resolver": "0.9.0", + "@ew-did-registry/jwt": "0.9.0", + "@ew-did-registry/keys": "0.9.0", + "@ew-did-registry/proxyidentity": "0.9.0", "@nestjs/axios": "2.0.0", "@nestjs/bull": "^0.6.0", "@nestjs/common": "^9.2.1", @@ -82,7 +82,7 @@ "@sentry/integrations": "^7.45.0", "@sentry/node": "^7.45.0", "@sentry/tracing": "^7.45.0", - "@sphereon/ssi-types": "^0.11.0", + "@sphereon/ssi-types": "^0.28.0", "@spruceid/didkit-wasm-node": "^0.2.1", "@typechain/ethers-v5": "^9.0.0", "@types/jwt-decode": "^2.2.1", @@ -97,7 +97,7 @@ "cookie-parser": "^1.4.5", "dgraph-js": "^21.3.1", "didkit-wasm-node": "^0.1.6", - "didStoreCluster": "npm:@ew-did-registry/did-ipfs-store@0.8.1-alpha.1140.0", + "didStoreCluster": "npm:@ew-did-registry/did-ipfs-store@0.9.0", "didStoreInfura": "npm:@ew-did-registry/did-ipfs-store@0.7.1-alpha.795.0", "dotenv": "^16.0.3", "ethers": "5.7.2", @@ -112,13 +112,13 @@ "nats": "^1.4.12", "pako": "^2.0.4", "parse-duration": "^1.0.2", - "passport": "^0.6.0", + "passport": "^0.7.0", "passport-did-auth": "^2.0.1-alpha.3", "passport-jwt": "^4.0.0", "pg": "^8.5.1", "redact-pii": "^3.2.3", "redis": "^4.6.4", - "reflect-metadata": "^0.1.13", + "reflect-metadata": "^0.2.0", "rxjs": "^7.3.0", "siwe": "^2.1.3", "swagger-ui-express": "^4.1.4", @@ -166,9 +166,9 @@ "hardhat": "^2.11.2", "husky": "^4.3.8", "i": "^0.3.7", - "ipfs": "^0.58.3", + "ipfs": "^0.66.0", "ipfs-http-client": "^43.0.1", - "ipfsd-ctl": "3.0.0", + "ipfsd-ctl": "3.1.0", "jest": "27.5.1", "jest-create-mock-instance": "^2.0.0", "lint-staged": "^11.1.1", @@ -182,7 +182,7 @@ "ts-loader": "^8.0.0", "ts-node": "^10.8.1", "tsconfig-paths": "^3.9.0", - "typedoc": "^0.23.6", + "typedoc": "^0.26.0", "typedoc-plugin-markdown": "^3.13.3", "typescript": "4.9.5", "wait-on": "^7.0.1"