From dfda792b216820be46747b1bd54721ccb26b2270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 20:57:12 +0000 Subject: [PATCH] chore(deps): bump hono from 3.2.7 to 3.3.0 Bumps [hono](https://github.com/honojs/hono) from 3.2.7 to 3.3.0. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v3.2.7...v3.3.0) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-minor ... 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 5c2d66f..a5e6cf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "everything-ics", "version": "0.2.0", "dependencies": { - "hono": "^3.2.7" + "hono": "^3.3.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.20230710.0", @@ -5228,9 +5228,9 @@ } }, "node_modules/hono": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-3.2.7.tgz", - "integrity": "sha512-7YCF9t4oMF3L3ghvcmlEBx2hoC9VyBBLuVrPZiOkU7PtFBrnQtkFEnYCRcPKCJiMoXHX3bDhU9R3HQbw+WnQJg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/hono/-/hono-3.3.0.tgz", + "integrity": "sha512-H15s0aRWebhry9d1yevYO2LqBbrJZTPZwui9S39mv6rZE9LdJWoYn2tWCa6etL3mlu5JHm0e3xVMcQiu2TfjJg==", "engines": { "node": ">=16.0.0" } @@ -14789,9 +14789,9 @@ } }, "hono": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-3.2.7.tgz", - "integrity": "sha512-7YCF9t4oMF3L3ghvcmlEBx2hoC9VyBBLuVrPZiOkU7PtFBrnQtkFEnYCRcPKCJiMoXHX3bDhU9R3HQbw+WnQJg==" + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/hono/-/hono-3.3.0.tgz", + "integrity": "sha512-H15s0aRWebhry9d1yevYO2LqBbrJZTPZwui9S39mv6rZE9LdJWoYn2tWCa6etL3mlu5JHm0e3xVMcQiu2TfjJg==" }, "hosted-git-info": { "version": "2.8.9", diff --git a/package.json b/package.json index 83d2339..be65863 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "fix:stylelint": "npm run lint:stylelint -- --fix" }, "dependencies": { - "hono": "^3.2.7" + "hono": "^3.3.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.20230710.0",