From 98d4eafd48ffc3692d7c6b60bbfde5bf8d40d6df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:17:38 +0900 Subject: [PATCH] chore(deps): bump @std/http from 1.0.7 to 1.0.8 (#80) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @std/http 1.0.7 → 1.0.8 --- deno.json | 2 +- deno.lock | 23 +++++++++++++++-------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/deno.json b/deno.json index aa69c9e..5ad7956 100644 --- a/deno.json +++ b/deno.json @@ -18,7 +18,7 @@ "@octokit/rest": "npm:@octokit/rest@21.0.2", "@hono/hono": "jsr:@hono/hono@4.6.3", "@std/assert": "jsr:@std/assert@1.0.6", - "@std/http": "jsr:@std/http@1.0.7", + "@std/http": "jsr:@std/http@1.0.8", "@std/path": "jsr:@std/path@1.0.6" } } diff --git a/deno.lock b/deno.lock index ab642ca..ae1d0b9 100644 --- a/deno.lock +++ b/deno.lock @@ -4,16 +4,17 @@ "specifiers": { "jsr:@hono/hono@4.6.3": "jsr:@hono/hono@4.6.3", "jsr:@std/assert@1.0.6": "jsr:@std/assert@1.0.6", + "jsr:@std/bytes@^1.0.2": "jsr:@std/bytes@1.0.2", "jsr:@std/cli@^1.0.6": "jsr:@std/cli@1.0.6", "jsr:@std/encoding@^1.0.5": "jsr:@std/encoding@1.0.5", "jsr:@std/fmt@^1.0.2": "jsr:@std/fmt@1.0.2", - "jsr:@std/http@1.0.7": "jsr:@std/http@1.0.7", + "jsr:@std/http@1.0.8": "jsr:@std/http@1.0.8", "jsr:@std/internal@^1.0.4": "jsr:@std/internal@1.0.4", "jsr:@std/media-types@^1.0.3": "jsr:@std/media-types@1.0.3", "jsr:@std/net@^1.0.4": "jsr:@std/net@1.0.4", "jsr:@std/path@1.0.6": "jsr:@std/path@1.0.6", "jsr:@std/path@^1.0.6": "jsr:@std/path@1.0.6", - "jsr:@std/streams@^1.0.6": "jsr:@std/streams@1.0.6", + "jsr:@std/streams@^1.0.7": "jsr:@std/streams@1.0.7", "npm:@octokit/rest@21.0.2": "npm:@octokit/rest@21.0.2_@octokit+core@6.1.2" }, "jsr": { @@ -26,6 +27,9 @@ "jsr:@std/internal@^1.0.4" ] }, + "@std/bytes@1.0.2": { + "integrity": "fbdee322bbd8c599a6af186a1603b3355e59a5fb1baa139f8f4c3c9a1b3e3d57" + }, "@std/cli@1.0.6": { "integrity": "d22d8b38c66c666d7ad1f2a66c5b122da1704f985d3c47f01129f05abb6c5d3d" }, @@ -35,8 +39,8 @@ "@std/fmt@1.0.2": { "integrity": "87e9dfcdd3ca7c066e0c3c657c1f987c82888eb8103a3a3baa62684ffeb0f7a7" }, - "@std/http@1.0.7": { - "integrity": "9b904fc256678a5c9759f1a53a24a3fdcc59d83dc62099bb472683b6f819194c", + "@std/http@1.0.8": { + "integrity": "6ea1b2e8d33929967754a3b6d6c6f399ad6647d7bbb5a466c1eaf9b294a6ebcd", "dependencies": [ "jsr:@std/cli@^1.0.6", "jsr:@std/encoding@^1.0.5", @@ -44,7 +48,7 @@ "jsr:@std/media-types@^1.0.3", "jsr:@std/net@^1.0.4", "jsr:@std/path@^1.0.6", - "jsr:@std/streams@^1.0.6" + "jsr:@std/streams@^1.0.7" ] }, "@std/internal@1.0.4": { @@ -59,8 +63,11 @@ "@std/path@1.0.6": { "integrity": "ab2c55f902b380cf28e0eec501b4906e4c1960d13f00e11cfbcd21de15f18fed" }, - "@std/streams@1.0.6": { - "integrity": "022ed94e380d06b4d91c49eb70241b7289ab78b8c2b4c4bbb7eb265e4997c25c" + "@std/streams@1.0.7": { + "integrity": "1a93917ca0c58c01b2bfb93647189229b1702677f169b6fb61ad6241cd2e499b", + "dependencies": [ + "jsr:@std/bytes@^1.0.2" + ] } }, "npm": { @@ -164,7 +171,7 @@ "dependencies": [ "jsr:@hono/hono@4.6.3", "jsr:@std/assert@1.0.6", - "jsr:@std/http@1.0.7", + "jsr:@std/http@1.0.8", "jsr:@std/path@1.0.6", "npm:@octokit/rest@21.0.2" ]