diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 8bfd287..cfa5b96 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -20,7 +20,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v1.7.0 + - uses: dependabot/fetch-metadata@v2.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v1.7.0 + - uses: dependabot/fetch-metadata@v2.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/package.json b/package.json index 6a3fd55..4b69981 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@cloudflare/workers-types": "4.20240320.1", "typescript-document": "0.0.5", "typescript-esbuild": "0.4.5", - "wrangler": "3.36.0" + "wrangler": "3.37.0" }, "publishConfig": { "access": "public"