From 1ed82c154403ceaa7822ef60abff8b55da014d47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:27:14 -0400 Subject: [PATCH] chore(deps): update dependency @std/cli to v1.0.6 (#1298) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- deno.json | 2 +- deno.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deno.json b/deno.json index 1509b00c8..05492c2d9 100644 --- a/deno.json +++ b/deno.json @@ -5,7 +5,7 @@ "@catppuccin/palette": "npm:@catppuccin/palette@1.3.0", "@octokit/rest": "npm:@octokit/rest@21.0.1", "@std/assert": "jsr:@std/assert@^1.0.4", - "@std/cli": "jsr:@std/cli@^1.0.5", + "@std/cli": "jsr:@std/cli@^1.0.6", "@std/fmt": "jsr:@std/fmt@^1.0.2", "@std/fs": "jsr:@std/fs@^1.0.3", "@std/path": "jsr:@std/path@^1.0.6", diff --git a/deno.lock b/deno.lock index c94b47e40..7e404199b 100644 --- a/deno.lock +++ b/deno.lock @@ -4,7 +4,7 @@ "specifiers": { "jsr:@std/assert@^0.224.0": "jsr:@std/assert@0.224.0", "jsr:@std/assert@^1.0.4": "jsr:@std/assert@1.0.4", - "jsr:@std/cli@^1.0.5": "jsr:@std/cli@1.0.5", + "jsr:@std/cli@^1.0.6": "jsr:@std/cli@1.0.6", "jsr:@std/fmt@^1.0.2": "jsr:@std/fmt@1.0.2", "jsr:@std/fs@^1.0.3": "jsr:@std/fs@1.0.3", "jsr:@std/internal@^1.0.3": "jsr:@std/internal@1.0.3", @@ -43,8 +43,8 @@ "jsr:@std/internal@^1.0.3" ] }, - "@std/cli@1.0.5": { - "integrity": "c93cce26ffd26f617c15a12874e1bfeabc90b1eee86017c9639093734c2bf587" + "@std/cli@1.0.6": { + "integrity": "d22d8b38c66c666d7ad1f2a66c5b122da1704f985d3c47f01129f05abb6c5d3d" }, "@std/fmt@1.0.2": { "integrity": "87e9dfcdd3ca7c066e0c3c657c1f987c82888eb8103a3a3baa62684ffeb0f7a7" @@ -1315,7 +1315,7 @@ "workspace": { "dependencies": [ "jsr:@std/assert@^1.0.4", - "jsr:@std/cli@^1.0.5", + "jsr:@std/cli@^1.0.6", "jsr:@std/fmt@^1.0.2", "jsr:@std/fs@^1.0.3", "jsr:@std/path@^1.0.6",