diff --git a/web/package-lock.json b/web/package-lock.json index d465aa3..d9d3161 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 077b621..32c737e 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" }