diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cf90cfef..13da2583 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -191,13 +191,13 @@ importers: dependencies: '@hono/node-server': specifier: ^2.0.0 - version: 2.1.1(hono@4.13.5) + version: 2.1.1(hono@4.13.7) '@hono/node-ws': specifier: ^1.3.1 - version: 1.3.1(@hono/node-server@2.1.1(hono@4.13.5))(hono@4.13.5) + version: 1.3.1(@hono/node-server@2.1.1(hono@4.13.7))(hono@4.13.7) hono: specifier: ^4.6.0 - version: 4.13.5 + version: 4.13.7 remote-lib-common: specifier: workspace:* version: link:../remote-lib-common @@ -3057,8 +3057,8 @@ packages: resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==} engines: {node: '>= 0.4'} - hono@4.13.5: - resolution: {integrity: sha512-O6+/eCYRkzzzy0rPWwKLiGBR1nFuUPZynnwjxN1MBA62NNqbT0wQEzQyK2gSO5yDIDB336sXQleAhOHrzlYyKw==} + hono@4.13.7: + resolution: {integrity: sha512-c8/gF9ac8Y78/agExVocyLevgR+JlpNB444Py0FSX8pJoPdYUfUzRcXtYEYGwt6l19qIlVZPN5Mfsw9jFShmQQ==} engines: {node: '>=16.9.0'} hosted-git-info@4.1.0: @@ -5117,14 +5117,14 @@ snapshots: '@exodus/bytes@1.15.1': {} - '@hono/node-server@2.1.1(hono@4.13.5)': + '@hono/node-server@2.1.1(hono@4.13.7)': dependencies: - hono: 4.13.5 + hono: 4.13.7 - '@hono/node-ws@1.3.1(@hono/node-server@2.1.1(hono@4.13.5))(hono@4.13.5)': + '@hono/node-ws@1.3.1(@hono/node-server@2.1.1(hono@4.13.7))(hono@4.13.7)': dependencies: - '@hono/node-server': 2.1.1(hono@4.13.5) - hono: 4.13.5 + '@hono/node-server': 2.1.1(hono@4.13.7) + hono: 4.13.7 ws: 8.21.3 transitivePeerDependencies: - bufferutil @@ -7129,7 +7129,7 @@ snapshots: dependencies: function-bind: 1.1.2 - hono@4.13.5: {} + hono@4.13.7: {} hosted-git-info@4.1.0: dependencies: diff --git a/website/src/data/dependencies-npm.json b/website/src/data/dependencies-npm.json index 24d06258..d6127269 100644 --- a/website/src/data/dependencies-npm.json +++ b/website/src/data/dependencies-npm.json @@ -176,7 +176,7 @@ }, { "name": "hono", - "version": "4.13.5", + "version": "4.13.7", "license": "MIT", "author": "Yusuke Wada (https://github.com/yusukebe)", "homepage": "https://hono.dev"