diff --git a/web/package-lock.json b/web/package-lock.json index 52180e3..405badb 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.20260413.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.20260413.1", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260413.1.tgz", + "integrity": "sha512-4FFHIVIk645Wf20eCVfe0eM3ERsEw98DFng76QZf1C1JMgIVlfSV2gZF1EyXxNVwOG0RM/CBlu07+u/Z/0Oq9Q==", "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..27560de 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.20260413.1", "jsdom": "^29.0.0", "vitest": "^4.1.0" }