From ecfed919bc4683feb6b96649271a09aef0488cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:08:44 +0100 Subject: [PATCH] Bump @cloudflare/workers-types from 4.20241112.0 to 4.20241202.0 (#485) Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20241112.0 to 4.20241202.0. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0e2de07..092e3ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "yaml": "2.6.1" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241112.0", + "@cloudflare/workers-types": "4.20241202.0", "@eslint/js": "9.16.0", "@types/jest": "29.5.14", "@typescript-eslint/eslint-plugin": "8.16.0", @@ -678,9 +678,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "4.20241112.0", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20241112.0.tgz", - "integrity": "sha512-Q4p9bAWZrX14bSCKY9to19xl0KMU7nsO5sJ2cTVspHoypsjPUMeQCsjHjmsO2C4Myo8/LPeDvmqFmkyNAPPYZw==", + "version": "4.20241202.0", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20241202.0.tgz", + "integrity": "sha512-ts4JD6Wih62SDmlc+OcnN1Db/DgEBcl+BUpJr7ht7pgWP81PCLyPcomgDXIeAqt2NLiOIOMMkYQZ1ZtWDo3/8A==", "dev": true, "license": "MIT OR Apache-2.0" }, diff --git a/package.json b/package.json index 1242e8b..39c7eb7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "yaml": "2.6.1" }, "devDependencies": { - "@cloudflare/workers-types": "4.20241112.0", + "@cloudflare/workers-types": "4.20241202.0", "@eslint/js": "9.16.0", "@types/jest": "29.5.14", "@typescript-eslint/eslint-plugin": "8.16.0",