diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index ab334a3..155a6ad 100644 --- a/.github/workflows/GitHub.yml +++ b/.github/workflows/GitHub.yml @@ -52,7 +52,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: pozil/auto-assign-issue@v2.0.1 + - uses: pozil/auto-assign-issue@v2.1.2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov diff --git a/package.json b/package.json index 676e47a..0601ded 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ "zod": "3.24.1" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241224.0", - "@playform/build": "0.2.0", - "@types/node": "22.10.2" + "@cloudflare/workers-types": "4.20241230.0", + "@playform/build": "0.2.1", + "@types/node": "22.10.5" }, "publishConfig": { "access": "public",