From 4da2584ff2580fb15f4bd01587258c73bdc67174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:33:53 +0330 Subject: [PATCH] chore(deps): bump hono from 3.12.8 to 3.12.9 (#2) Bumps [hono](https://github.com/honojs/hono) from 3.12.8 to 3.12.9. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v3.12.8...v3.12.9) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 01fb0063..a68b3dd6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@hono/node-server": "^1.7.0", - "hono": "^3.12.8" + "hono": "^3.12.9" }, "devDependencies": { "@types/eslint": "8.56.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b5cf319b..5ce32ea5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^1.7.0 version: 1.7.0 hono: - specifier: ^3.12.8 - version: 3.12.8 + specifier: ^3.12.9 + version: 3.12.9 devDependencies: '@types/eslint': @@ -1150,8 +1150,8 @@ packages: function-bind: 1.1.2 dev: true - /hono@3.12.8: - resolution: {integrity: sha512-vnOEIRdqsp4uHE/dkOBr9EYmTsR86sD/FyG2xhfAQzR9udDRglN1nuO7SGc/7U3HfSorc6PSCNGN6upnVtCmfg==} + /hono@3.12.9: + resolution: {integrity: sha512-JhurtI3+VspowZoP3dv6BylhUPIpTWNRlBsVfb5UbI/tmMGqd6RpeexGO7RjnrSG9Vqwb1ydKp7HHTTcYJU5Zw==} engines: {node: '>=16.0.0'} dev: false