From 149a648824d4f7913290825dc855650263ec95a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:14:25 +0000 Subject: [PATCH 1/3] Bump @cloudflare/workers-types from 4.20240925.0 to 4.20241004.0 Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20240925.0 to 4.20241004.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d7db36..fedeee9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "zod": "3.23.8" }, "devDependencies": { - "@cloudflare/workers-types": "4.20240925.0", + "@cloudflare/workers-types": "4.20241004.0", "@playform/build": "0.1.7", "@types/node": "22.7.4" }, From 6e88e47c2caa7d1302e42236b97b7e1591a3c7fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:33:50 +0000 Subject: [PATCH 2/3] Bump actions/checkout from 4.2.0 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 5ad5320..8b8a6c0 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -53,7 +53,7 @@ jobs: VCPKG_DISABLE_METRICS: 1 steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: cloudflare/wrangler-action@v3.8.0 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 57b8f9a..76ab61a 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: actions/setup-node@v4.0.4 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index eaefd27..6a0cc3f 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: pnpm/action-setup@v4.0.0 with: From e4d1396412aba03d379c5286ce0ac056579cd29f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:54:55 +0000 Subject: [PATCH 3/3] Bump @types/node from 22.7.4 to 22.7.5 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.4 to 22.7.5. - [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 fedeee9..2509697 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241004.0", "@playform/build": "0.1.7", - "@types/node": "22.7.4" + "@types/node": "22.7.5" }, "publishConfig": { "access": "public",