diff --git a/cloudflare/package-lock.json b/cloudflare/package-lock.json index 5106b23..7174811 100644 --- a/cloudflare/package-lock.json +++ b/cloudflare/package-lock.json @@ -8,7 +8,7 @@ "name": "pmtiles-cloudflare", "version": "0.0.1", "dependencies": { - "hono": "^4.11.7", + "hono": "^4.12.3", "pmtiles": "^4.3.2" }, "devDependencies": { @@ -1354,9 +1354,9 @@ } }, "node_modules/hono": { - "version": "4.11.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz", - "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==", + "version": "4.12.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.3.tgz", + "integrity": "sha512-SFsVSjp8sj5UumXOOFlkZOG6XS9SJDKw0TbwFeV+AJ8xlST8kxK5Z/5EYa111UY8732lK2S/xB653ceuaoGwpg==", "engines": { "node": ">=16.9.0" } @@ -2282,9 +2282,9 @@ "optional": true }, "hono": { - "version": "4.11.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz", - "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==" + "version": "4.12.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.3.tgz", + "integrity": "sha512-SFsVSjp8sj5UumXOOFlkZOG6XS9SJDKw0TbwFeV+AJ8xlST8kxK5Z/5EYa111UY8732lK2S/xB653ceuaoGwpg==" }, "kleur": { "version": "4.1.5", diff --git a/cloudflare/package.json b/cloudflare/package.json index eedd90b..2b1e00a 100644 --- a/cloudflare/package.json +++ b/cloudflare/package.json @@ -12,7 +12,7 @@ "check": "biome check" }, "dependencies": { - "hono": "^4.11.7", + "hono": "^4.12.3", "pmtiles": "^4.3.2" }, "devDependencies": {