diff --git a/apps/cloud/package.json b/apps/cloud/package.json index dbf98b3..e8c4923 100644 --- a/apps/cloud/package.json +++ b/apps/cloud/package.json @@ -11,8 +11,8 @@ "test": "node --test" }, "devDependencies": { - "@cloudflare/workers-types": "5.20260724.1", + "@cloudflare/workers-types": "5.20260728.1", "typescript": "7.0.2", - "wrangler": "4.114.0" + "wrangler": "4.115.0" } } diff --git a/package-lock.json b/package-lock.json index b89f305..01e7fb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,9 +53,9 @@ "name": "@wundercorp/openmodel-cloud", "version": "0.1.0", "devDependencies": { - "@cloudflare/workers-types": "5.20260724.1", + "@cloudflare/workers-types": "5.20260728.1", "typescript": "7.0.2", - "wrangler": "4.114.0" + "wrangler": "^4.115.0" } }, "apps/web": { @@ -544,9 +544,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "5.20260724.1", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-5.20260724.1.tgz", - "integrity": "sha512-gl0brZ60JhkZU3INgr1jsxaFEiWf3AB9RsCjLTMwT5RKspWRUpsFd0wxwbys7gb8Ywkfq9tORhw0y9G+7bDUYw==", + "version": "5.20260728.1", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-5.20260728.1.tgz", + "integrity": "sha512-rZqmesLEH40Xt67PpQSj+iJqwkYBzVr7U/UOa5twkToMsxO5pYsPw2QAaTKDdiCSiki9fWAgsWTj9OmFnbwLRQ==", "dev": true, "license": "MIT OR Apache-2.0" }, @@ -606,7 +606,6 @@ "os": [ "aix" ], - "peer": true, "engines": { "node": ">=18" } @@ -623,7 +622,6 @@ "os": [ "android" ], - "peer": true, "engines": { "node": ">=18" } @@ -640,7 +638,6 @@ "os": [ "android" ], - "peer": true, "engines": { "node": ">=18" } @@ -657,7 +654,6 @@ "os": [ "android" ], - "peer": true, "engines": { "node": ">=18" } @@ -674,7 +670,6 @@ "os": [ "darwin" ], - "peer": true, "engines": { "node": ">=18" } @@ -691,7 +686,6 @@ "os": [ "darwin" ], - "peer": true, "engines": { "node": ">=18" } @@ -708,7 +702,6 @@ "os": [ "freebsd" ], - "peer": true, "engines": { "node": ">=18" } @@ -725,7 +718,6 @@ "os": [ "freebsd" ], - "peer": true, "engines": { "node": ">=18" } @@ -742,7 +734,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -759,7 +750,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -776,7 +766,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -793,7 +782,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -810,7 +798,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -827,7 +814,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -844,7 +830,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -861,7 +846,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -878,7 +862,6 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">=18" } @@ -895,7 +878,6 @@ "os": [ "netbsd" ], - "peer": true, "engines": { "node": ">=18" } @@ -912,7 +894,6 @@ "os": [ "netbsd" ], - "peer": true, "engines": { "node": ">=18" } @@ -929,7 +910,6 @@ "os": [ "openbsd" ], - "peer": true, "engines": { "node": ">=18" } @@ -946,7 +926,6 @@ "os": [ "openbsd" ], - "peer": true, "engines": { "node": ">=18" } @@ -963,7 +942,6 @@ "os": [ "openharmony" ], - "peer": true, "engines": { "node": ">=18" } @@ -980,7 +958,6 @@ "os": [ "sunos" ], - "peer": true, "engines": { "node": ">=18" } @@ -997,7 +974,6 @@ "os": [ "win32" ], - "peer": true, "engines": { "node": ">=18" } @@ -1014,7 +990,6 @@ "os": [ "win32" ], - "peer": true, "engines": { "node": ">=18" } @@ -1031,7 +1006,6 @@ "os": [ "win32" ], - "peer": true, "engines": { "node": ">=18" } @@ -1154,6 +1128,9 @@ "arm" ], "dev": true, + "libc": [ + "glibc" + ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1171,6 +1148,9 @@ "arm64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1188,6 +1168,9 @@ "ppc64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1205,6 +1188,9 @@ "riscv64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1222,6 +1208,9 @@ "s390x" ], "dev": true, + "libc": [ + "glibc" + ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1239,6 +1228,9 @@ "x64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1256,6 +1248,9 @@ "arm64" ], "dev": true, + "libc": [ + "musl" + ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1273,6 +1268,9 @@ "x64" ], "dev": true, + "libc": [ + "musl" + ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -1290,6 +1288,9 @@ "arm" ], "dev": true, + "libc": [ + "glibc" + ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1313,6 +1314,9 @@ "arm64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1336,6 +1340,9 @@ "ppc64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1359,6 +1366,9 @@ "riscv64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1382,6 +1392,9 @@ "s390x" ], "dev": true, + "libc": [ + "glibc" + ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1405,6 +1418,9 @@ "x64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1428,6 +1444,9 @@ "arm64" ], "dev": true, + "libc": [ + "musl" + ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1451,6 +1470,9 @@ "x64" ], "dev": true, + "libc": [ + "musl" + ], "license": "Apache-2.0", "optional": true, "os": [ @@ -2826,9 +2848,9 @@ } }, "node_modules/miniflare": { - "version": "4.20260722.0", - "resolved": "https://registry.npmjs.org/miniflare/-/miniflare-4.20260722.0.tgz", - "integrity": "sha512-LW6ABMhCx/yIEFBLC/DO4yAhdm2T/G7jp7pr5T2kj895+CCIaHZqpMXdW9O6YE48LcYcCJChwWc8aEs1vpbTXw==", + "version": "4.20260722.1", + "resolved": "https://registry.npmjs.org/miniflare/-/miniflare-4.20260722.1.tgz", + "integrity": "sha512-FJIg4omaCb2wwSyOeRosEdmVRi3JzGAOOH3pa3twmmtvWECl6BVZMIDwJbjByLKRyU+mrfk0M/n3oSiojFZvSA==", "dev": true, "license": "MIT", "dependencies": { @@ -3252,9 +3274,9 @@ } }, "node_modules/wrangler": { - "version": "4.114.0", - "resolved": "https://registry.npmjs.org/wrangler/-/wrangler-4.114.0.tgz", - "integrity": "sha512-M65P25t5UHA1TIJfgZXDcj+YzVobgKdRguM2QPz0xnxLFuOcuE3ErgllDht0iaho7MS4o0g/Bb4YK2+GT+bibg==", + "version": "4.115.0", + "resolved": "https://registry.npmjs.org/wrangler/-/wrangler-4.115.0.tgz", + "integrity": "sha512-+upG2VW66M1sjb43yzgUZ6Ss8iYpJ6+7F3U4GF8TY5EYd+08sYdS54d24AEwCnhuef3J9KlSPusqiqR9WYy1UA==", "dev": true, "license": "MIT OR Apache-2.0", "dependencies": { @@ -3262,7 +3284,7 @@ "@cloudflare/unenv-preset": "2.16.1", "blake3-wasm": "2.1.5", "esbuild": "0.28.1", - "miniflare": "4.20260722.0", + "miniflare": "4.20260722.1", "path-to-regexp": "6.3.0", "unenv": "2.0.0-rc.24", "workerd": "1.20260722.1"