diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 778f28a..f5c6712 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -101,13 +101,13 @@ importers: version: link:../playground '@hono/node-server': specifier: ^2.0.8 - version: 2.0.8(hono@4.12.30) + version: 2.0.8(hono@4.12.34) '@types/node': specifier: ^26.1.1 version: 26.1.1 hono: - specifier: ^4.12.30 - version: 4.12.30 + specifier: ^4.12.34 + version: 4.12.34 packages: @@ -1488,8 +1488,8 @@ packages: hastscript@9.0.1: resolution: {integrity: sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==} - hono@4.12.30: - resolution: {integrity: sha512-emn+JoJjrN9YTpRDS5it/UI2SO9BAE37T6I3d963RxcZ81G9A4pr2SZTEiiaiKbzx+NKRg5BZ89fCL7gCJCUog==} + hono@4.12.34: + resolution: {integrity: sha512-GqXJqY/xJkJmuloTrnV1ZEXG3fqte+VjkUqoRNZXcrUidiUOP4fMSIHHY4tsqZBK++kVyWmt/AAfSUuy57/eSA==} engines: {node: '>=16.9.0'} html-void-elements@3.0.0: @@ -2424,9 +2424,9 @@ snapshots: react-dom: 19.2.7(react@19.2.7) use-sync-external-store: 1.6.0(react@19.2.7) - '@hono/node-server@2.0.8(hono@4.12.30)': + '@hono/node-server@2.0.8(hono@4.12.34)': dependencies: - hono: 4.12.30 + hono: 4.12.34 '@iconify/types@2.0.0': {} @@ -3718,7 +3718,7 @@ snapshots: property-information: 7.2.0 space-separated-tokens: 2.0.2 - hono@4.12.30: {} + hono@4.12.34: {} html-void-elements@3.0.0: {} diff --git a/scripts/package.json b/scripts/package.json index 0bb9716..dd33ce3 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -6,7 +6,7 @@ "@engine262/playground": "workspace:*", "@hono/node-server": "^2.0.8", "@types/node": "^26.1.1", - "hono": "^4.12.30" + "hono": "^4.12.34" }, "scripts": { "dev": "node ./serve.mts dev"