From 03ef95b28486662ed00729a2940dc5a6296adde1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:23:36 +0000 Subject: [PATCH] Bump hono in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [hono](https://github.com/honojs/hono). Updates `hono` from 3.12.4 to 4.2.7 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v3.12.4...v4.2.7) --- updated-dependencies: - dependency-name: hono dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5de857..8c056b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@foopis23/auth-hono", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@foopis23/auth-hono", - "version": "1.0.1", + "version": "1.1.0", "license": "ISC", "dependencies": { "@auth/core": "^0.20.0" @@ -15,13 +15,13 @@ "@jest/globals": "^29.6.3", "@types/jest": "^29.5.7", "@types/node": "^20.11.0", - "hono": "^3.12.4", + "hono": "^4.2.7", "jest": "^29.7.0", "ts-jest": "29.0.0-next.1", "typescript": "^5.3.3" }, "peerDependencies": { - "hono": "3.x" + "hono": "^4.2.7" } }, "node_modules/@ampproject/remapping": { @@ -2054,9 +2054,9 @@ } }, "node_modules/hono": { - "version": "3.12.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-3.12.4.tgz", - "integrity": "sha512-tEkoBCmhMoQdnBJ3hNUZm9UVA6XkSm6YaPxN8xMaKvz062KhYnd52s/GbmxFywO0vsb+T+wjaJ0708NY7Tr1VA==", + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.2.7.tgz", + "integrity": "sha512-k1xHi86tJnRIVvqhFMBDGFKJ8r5O+bEsT4P59ZK59r0F300Xd910/r237inVfuT/VmE86RQQffX4OYNda6dLXw==", "dev": true, "engines": { "node": ">=16.0.0" diff --git a/package.json b/package.json index 449c5c3..f5a2e90 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/jest": "^29.5.7", "@jest/globals": "^29.6.3", "@types/node": "^20.11.0", - "hono": "^3.12.4", + "hono": "^4.2.7", "ts-jest": "29.0.0-next.1", "typescript": "^5.3.3" },