From ae5f9d9fd5ad990eb0aa9818b06e24d4881613f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:04:50 +0000 Subject: [PATCH] [Docs Site] Bump @cloudflare/workers-types Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250601.0 to 4.20250603.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.20250603.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 6758869135dcb45..64fa40b2073dfd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "4.0.1", "@cloudflare/vitest-pool-workers": "0.8.32", - "@cloudflare/workers-types": "4.20250601.0", + "@cloudflare/workers-types": "4.20250603.0", "@codingheads/sticky-header": "1.0.2", "@expressive-code/plugin-collapsible-sections": "0.41.2", "@floating-ui/react": "0.27.12", @@ -2603,9 +2603,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "4.20250601.0", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20250601.0.tgz", - "integrity": "sha512-foAgsuo+u+swy5I+xzPwo4MquPhLZW0fuLLsl4uZlZv2k10WziSvZ4wTIkK/AADFtCVRjLNduTT8E/b7DDoInA==", + "version": "4.20250603.0", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20250603.0.tgz", + "integrity": "sha512-62g5wVdXiRRu9sfC9fmwgZfE9W0rWy2txlgRKn1Xx1NWHshSdh4RWMX6gO4EBKPqgwlHKaMuSPZ1qM0hHsq7bA==", "dev": true, "license": "MIT OR Apache-2.0" }, diff --git a/package.json b/package.json index 6e29316b47b3624..81a8a3e49c01453 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "4.0.1", "@cloudflare/vitest-pool-workers": "0.8.32", - "@cloudflare/workers-types": "4.20250601.0", + "@cloudflare/workers-types": "4.20250603.0", "@codingheads/sticky-header": "1.0.2", "@expressive-code/plugin-collapsible-sections": "0.41.2", "@floating-ui/react": "0.27.12",