From 8672904c5ee192987b57512268310fb2267a7807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:47:05 +0000 Subject: [PATCH 1/3] Bump @playform/document from 0.0.10 to 0.0.11 Bumps [@playform/document](https://github.com/PlayForm/Document) from 0.0.10 to 0.0.11. - [Release notes](https://github.com/PlayForm/Document/releases) - [Changelog](https://github.com/PlayForm/Document/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Document/compare/Document/v0.0.10...Document/v0.0.11) --- updated-dependencies: - dependency-name: "@playform/document" 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 92e331f..d2cee44 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20240605.0", "@playform/build": "0.0.11", - "@playform/document": "0.0.10", + "@playform/document": "0.0.11", "wrangler": "3.60.2" }, "publishConfig": { From 8b44e2baea313221224844d1ba43180030d77911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:49:34 +0000 Subject: [PATCH 2/3] Bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [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.1.6...v4.1.7) --- 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 945fd3f..35961dc 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -51,7 +51,7 @@ jobs: TELEMETRY_DISABLED: 1 steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: cloudflare/wrangler-action@v3.6.1 with: diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 788002b..4eb3b12 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -24,7 +24,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: actions/setup-node@v4.0.2 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 9c2a835..ddfd39a 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -57,7 +57,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: pnpm/action-setup@v4.0.0 with: From 7733fd82403de54ca7f21288352c88a9bc84ee2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:38:47 +0000 Subject: [PATCH 3/3] Bump wrangler from 3.60.2 to 3.60.3 Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.60.2 to 3.60.3. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.60.3/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler 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 d2cee44..ecc97c2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@cloudflare/workers-types": "4.20240605.0", "@playform/build": "0.0.11", "@playform/document": "0.0.11", - "wrangler": "3.60.2" + "wrangler": "3.60.3" }, "publishConfig": { "access": "public"