diff --git a/package-lock.json b/package-lock.json index 8f6b9298cf0ddfa..c6841c774cc4278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@astrojs/tailwind": "5.1.5", "@cloudflare/puppeteer": "0.0.14", "@cloudflare/vitest-pool-workers": "0.6.11", - "@cloudflare/workers-types": "4.20250121.0", + "@cloudflare/workers-types": "4.20250129.0", "@codingheads/sticky-header": "1.0.2", "@expressive-code/plugin-collapsible-sections": "0.40.1", "@iarna/toml": "2.2.5", @@ -1216,15 +1216,6 @@ "node": ">=16" } }, - "node_modules/@cloudflare/vitest-pool-workers/node_modules/@cloudflare/workers-types": { - "version": "4.20250129.0", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20250129.0.tgz", - "integrity": "sha512-H7g/sDB9GaV+fIPf3utNEYncFhryIvDThiBbfZtu0bZmVXcVd9ApP3OMqUYhNV8MShWQASvgWletKKBZGT9/oA==", - "dev": true, - "license": "MIT OR Apache-2.0", - "optional": true, - "peer": true - }, "node_modules/@cloudflare/vitest-pool-workers/node_modules/unenv": { "version": "2.0.0-rc.1", "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.1.tgz", @@ -1382,9 +1373,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "4.20250121.0", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20250121.0.tgz", - "integrity": "sha512-2bBosmudcwvUOKzuCL/Jum18LDh3QoU0QnTNMXIgcVwuq3LaNzyZnOW14bFXPhLU/84ZjNO3zO5R/U11Zgag2Q==", + "version": "4.20250129.0", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20250129.0.tgz", + "integrity": "sha512-H7g/sDB9GaV+fIPf3utNEYncFhryIvDThiBbfZtu0bZmVXcVd9ApP3OMqUYhNV8MShWQASvgWletKKBZGT9/oA==", "dev": true, "license": "MIT OR Apache-2.0" }, diff --git a/package.json b/package.json index 9df2855d08f956c..3ed22fb94f9ab48 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@astrojs/tailwind": "5.1.5", "@cloudflare/puppeteer": "0.0.14", "@cloudflare/vitest-pool-workers": "0.6.11", - "@cloudflare/workers-types": "4.20250121.0", + "@cloudflare/workers-types": "4.20250129.0", "@codingheads/sticky-header": "1.0.2", "@expressive-code/plugin-collapsible-sections": "0.40.1", "@iarna/toml": "2.2.5",