diff --git a/package-lock.json b/package-lock.json index af40c2e78341ac..fa6defc5c75fc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@cloudflare/vitest-pool-workers": "0.7.2", - "@cloudflare/workers-types": "4.20250204.0", + "@cloudflare/workers-types": "4.20250224.0", "@codingheads/sticky-header": "1.0.2", "@expressive-code/plugin-collapsible-sections": "0.40.2", "@iarna/toml": "2.2.5", @@ -1243,15 +1243,6 @@ "node": ">=16" } }, - "node_modules/@cloudflare/vitest-pool-workers/node_modules/@cloudflare/workers-types": { - "version": "4.20250224.0", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20250224.0.tgz", - "integrity": "sha512-j6ZwQ5G2moQRaEtGI2u5TBQhVXv/XwOS5jfBAheZHcpCM07zm8j0i8jZHHLq/6VA8e6VRjKohOyj5j6tZ1KHLQ==", - "dev": true, - "license": "MIT OR Apache-2.0", - "optional": true, - "peer": true - }, "node_modules/@cloudflare/vitest-pool-workers/node_modules/miniflare": { "version": "3.20250214.0", "resolved": "https://registry.npmjs.org/miniflare/-/miniflare-3.20250214.0.tgz", @@ -1360,9 +1351,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "4.20250204.0", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20250204.0.tgz", - "integrity": "sha512-mWoQbYaP+nYztx9I7q9sgaiNlT54Cypszz0RfzMxYnT5W3NXDuwGcjGB+5B5H5VB8tEC2dYnBRpa70lX94ueaQ==", + "version": "4.20250224.0", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20250224.0.tgz", + "integrity": "sha512-j6ZwQ5G2moQRaEtGI2u5TBQhVXv/XwOS5jfBAheZHcpCM07zm8j0i8jZHHLq/6VA8e6VRjKohOyj5j6tZ1KHLQ==", "dev": true, "license": "MIT OR Apache-2.0" }, diff --git a/package.json b/package.json index fd3bdc404c51c2..208b456ffa178b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@cloudflare/vitest-pool-workers": "0.7.2", - "@cloudflare/workers-types": "4.20250204.0", + "@cloudflare/workers-types": "4.20250224.0", "@codingheads/sticky-header": "1.0.2", "@expressive-code/plugin-collapsible-sections": "0.40.2", "@iarna/toml": "2.2.5",