From 29f3b1246d7b720edb8e87417150badee237ee9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 21:04:48 +0000 Subject: [PATCH] chore(deps): bump hono from 3.1.7 to 3.1.8 Bumps [hono](https://github.com/honojs/hono) from 3.1.7 to 3.1.8. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v3.1.7...v3.1.8) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... 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 768c22c..76f17c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "everything-ics", "version": "0.2.0", "dependencies": { - "hono": "^3.1.7" + "hono": "^3.1.8" }, "devDependencies": { "@cloudflare/workers-types": "^4.20221111.1", @@ -4870,9 +4870,9 @@ } }, "node_modules/hono": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-3.1.7.tgz", - "integrity": "sha512-AJto2QdBUutbJ4bVU3Vdf3IoWmtyiSoypRHfEJtTnG0WkGKhS7XVWwcwjQwbtNxoXd/iXu6mkJw0sYpVvySIAQ==", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/hono/-/hono-3.1.8.tgz", + "integrity": "sha512-7UZQWuQaqn8MENla09Jdb28qiR5uXii4xR/TNQuVNxZ3+T+ZixWiQUpJG85BXNqhJ5s1SkPbLGjbc3L5wKsv5g==", "engines": { "node": ">=16.0.0" } @@ -13858,9 +13858,9 @@ } }, "hono": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-3.1.7.tgz", - "integrity": "sha512-AJto2QdBUutbJ4bVU3Vdf3IoWmtyiSoypRHfEJtTnG0WkGKhS7XVWwcwjQwbtNxoXd/iXu6mkJw0sYpVvySIAQ==" + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/hono/-/hono-3.1.8.tgz", + "integrity": "sha512-7UZQWuQaqn8MENla09Jdb28qiR5uXii4xR/TNQuVNxZ3+T+ZixWiQUpJG85BXNqhJ5s1SkPbLGjbc3L5wKsv5g==" }, "hosted-git-info": { "version": "2.8.9", diff --git a/package.json b/package.json index 9039ef3..6577208 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "fix:stylelint": "npm run lint:stylelint -- --fix" }, "dependencies": { - "hono": "^3.1.7" + "hono": "^3.1.8" }, "devDependencies": { "@cloudflare/workers-types": "^4.20221111.1",