From 42316187dce2b443e3c004a8041fabe5f05c3a88 Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Sun, 24 Mar 2024 01:32:16 +0200 Subject: [PATCH] squash! --- .github/workflows/Dependabot.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 819f8a1..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.6.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.6.0 + - uses: dependabot/fetch-metadata@v2.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/package.json b/package.json index e6015ca..e6a3e74 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "nodemon": "3.1.0", "pm2": "5.3.1", - "typescript-document": "0.0.4", + "typescript-document": "0.0.5", "typescript-esbuild": "0.4.5" }, "peerDependencies": {