diff --git a/web/package-lock.json b/web/package-lock.json index 52180e3..b27d0f4 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "@cloudflare/workers-types": "^4.20260317.1", + "@cloudflare/workers-types": "^4.20260420.1", "jsdom": "^29.0.0", "vitest": "^4.1.0" }, @@ -66,9 +66,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "4.20260410.1", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260410.1.tgz", - "integrity": "sha512-dPZT4aXxwhGHFhWA9iZhWVfFoO8g9exiLzeaS8y43Dw0Sard6Gb3o5LJjReav3ejHbQLHUfGEiZsRPGW8qmgMg==", + "version": "4.20260420.1", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260420.1.tgz", + "integrity": "sha512-DHT9JnSn9cIiCSdL76OxW+Xvc1+ml1CWzWvgVwreoHQ+E604aeFxPPHp9X7nE+XRWm2NH4l0OgtxUI5T/nuI3g==", "dev": true, "license": "MIT OR Apache-2.0" }, @@ -393,9 +393,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -413,9 +410,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -433,9 +427,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -453,9 +444,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -473,9 +461,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -493,9 +478,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1097,9 +1079,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1121,9 +1100,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1145,9 +1121,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1169,9 +1142,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/web/package.json b/web/package.json index ac1c26e..03d69e3 100644 --- a/web/package.json +++ b/web/package.json @@ -8,7 +8,7 @@ "test:watch": "vitest" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20260317.1", + "@cloudflare/workers-types": "^4.20260420.1", "jsdom": "^29.0.0", "vitest": "^4.1.0" }