From 37cb9e08ae76a7d021657a49db4eaaba537915ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:37:49 +0000 Subject: [PATCH 1/2] Bump @types/node from 22.9.0 to 22.9.1 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.0 to 22.9.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d14ddc..9e8298b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@octokit/types": "13.6.1", "@playform/build": "0.1.9", "@types/etag": "1.8.3", - "@types/node": "22.9.0", + "@types/node": "22.9.1", "@types/pacote": "11.1.8" }, "publishConfig": { From fb839b77209fb91b140ce928c4ff4975687ea321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:03:16 +0000 Subject: [PATCH 2/2] Bump pozil/auto-assign-issue from 2.0.0 to 2.0.1 Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](https://github.com/pozil/auto-assign-issue/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/GitHub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml index 161ef34..5e6c714 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.0 + - uses: pozil/auto-assign-issue@v2.0.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} assignees: NikolaRHristov