From cbdc963c1066397d7e1ed2f764d7393515585577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:28:27 +0000 Subject: [PATCH] build(deps): bump @cloudflare/workers-types in /web Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20260310.1 to 4.20260316.1. - [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-version: 4.20260316.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 47 ++++--------------------------------------- web/package.json | 2 +- 2 files changed, 5 insertions(+), 44 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index d465aa36..d9d3161c 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "@cloudflare/workers-types": "^4.20260304.0", + "@cloudflare/workers-types": "^4.20260316.1", "jsdom": "^26.0.0", "vitest": "^3.0.0" } @@ -25,9 +25,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "4.20260310.1", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260310.1.tgz", - "integrity": "sha512-Cg4gyGDtfimNMgBr2h06aGR5Bt8puUbblyzPNZN55mBfVYCTWwQiUd9PrbkcoddKrWHlsy0ACH/16dAeGf5BQg==", + "version": "4.20260316.1", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260316.1.tgz", + "integrity": "sha512-HUZ+vQD8/1A4Fz/8WAlzYWcS5W5u3Nu7Dv9adkIkmLfeKqMIRn01vc4nSUBar60KkmohyQHkPi8jtWV/zazvAg==", "dev": true, "license": "MIT OR Apache-2.0" }, @@ -687,9 +687,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -704,9 +701,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -721,9 +715,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -738,9 +729,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -755,9 +743,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -772,9 +757,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -789,9 +771,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -806,9 +785,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -823,9 +799,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -840,9 +813,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -857,9 +827,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -874,9 +841,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -891,9 +855,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/web/package.json b/web/package.json index 077b6215..32c737e6 100644 --- a/web/package.json +++ b/web/package.json @@ -5,7 +5,7 @@ "test:watch": "vitest" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20260304.0", + "@cloudflare/workers-types": "^4.20260316.1", "jsdom": "^26.0.0", "vitest": "^3.0.0" }