diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 8955832b..35db4d84 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.11.0 with: access_token: ${{ github.token }} @@ -163,21 +163,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.16.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.16.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.16.0 id: argocd_image_helm_tag_overwrite with: command: app set iam-cache-server diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 510dd814..e6b5c99d 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.11.0 with: access_token: ${{ github.token }} env_name: diff --git a/package.json b/package.json index 9258f4d8..a1fa8236 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@sentry/integrations": "^7.45.0", "@sentry/node": "^7.45.0", "@sentry/tracing": "^7.45.0", - "@sphereon/pex": "1.1.3", + "@sphereon/pex": "1.1.6", "@spruceid/didkit-wasm-node": "^0.2.1", "@typechain/ethers-v5": "^9.0.0", "@types/jwt-decode": "^2.2.1", @@ -96,7 +96,7 @@ "dgraph-js": "^21.3.1", "didkit-wasm-node": "^0.1.6", "didStoreCluster": "npm:@ew-did-registry/did-ipfs-store@0.8.1-alpha.1037.0", - "didStoreInfura": "npm:@ew-did-registry/did-ipfs-store@0.7.1-alpha.795.0", + "didStoreInfura": "npm:@ew-did-registry/did-ipfs-store@0.8.0", "dotenv": "^16.0.3", "ethers": "5.7.2", "graphql": "^16.6.0", @@ -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.24.0", "typedoc-plugin-markdown": "^3.13.3", "typescript": "4.9.5" },