From 1d1ecafdcb04ff31a0a524fd5b681074512f8909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 21:10:44 +0000 Subject: [PATCH] [Docs Site] Bump @cloudflare/workers-types Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250402.0 to 4.20250403.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20250403.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c1023478f359c2..087784c030b2f0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "5.1.5", "@cloudflare/vitest-pool-workers": "0.8.9", - "@cloudflare/workers-types": "4.20250402.0", + "@cloudflare/workers-types": "4.20250403.0", "@codingheads/sticky-header": "1.0.2", "@expressive-code/plugin-collapsible-sections": "0.40.2", "@floating-ui/react": "0.27.6", @@ -1758,9 +1758,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "4.20250402.0", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20250402.0.tgz", - "integrity": "sha512-Jlt7R6qfzODhE0v621sTLcoUWRtTnx80W04DWM71VYucQo/oF9CLwfxlbTcL7GssPk55jobbQBlALL0STRYK2w==", + "version": "4.20250403.0", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20250403.0.tgz", + "integrity": "sha512-wLsXNfxBPsV+PPUInCCFeoXTZMHNEAFHvVe1E0/S0Cp9JrKTsSEeIMY4zUvR5ULxNAQkeDVqPjYRaKFkzpkX3w==", "dev": true, "license": "MIT OR Apache-2.0" }, diff --git a/package.json b/package.json index fbe01f15b3ce6bf..1d77e84988a2cc8 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "5.1.5", "@cloudflare/vitest-pool-workers": "0.8.9", - "@cloudflare/workers-types": "4.20250402.0", + "@cloudflare/workers-types": "4.20250403.0", "@codingheads/sticky-header": "1.0.2", "@expressive-code/plugin-collapsible-sections": "0.40.2", "@floating-ui/react": "0.27.6",