From 489db4612d919f0613a6c1dcd6756b258153e423 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:06:37 -0400 Subject: [PATCH] chore(deps): update dependency @std/yaml to v1 (#1157) 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 ccb87e6cb..7b1ed0fa6 100644 --- a/deno.json +++ b/deno.json @@ -9,7 +9,7 @@ "@std/fmt": "jsr:@std/fmt@^0.225.6", "@std/fs": "jsr:@std/fs@^0.229.3", "@std/path": "jsr:@std/path@^1.0.2", - "@std/yaml": "jsr:@std/yaml@^0.224.3", + "@std/yaml": "jsr:@std/yaml@^1.0.1", "ajv": "npm:ajv@8.17.1", "catppuccin-repo/": "https://raw.githubusercontent.com/catppuccin/catppuccin/d4f2666c2b04337f0a8632713de0889d9a7d332d/", "handlebars": "npm:handlebars@4.7.8", diff --git a/deno.lock b/deno.lock index 9cb9078bb..f0dc143ee 100644 --- a/deno.lock +++ b/deno.lock @@ -10,7 +10,7 @@ "jsr:@std/internal@^1.0.1": "jsr:@std/internal@1.0.1", "jsr:@std/path@1.0.0-rc.1": "jsr:@std/path@1.0.0-rc.1", "jsr:@std/path@^1.0.2": "jsr:@std/path@1.0.2", - "jsr:@std/yaml@^0.224.3": "jsr:@std/yaml@0.224.3", + "jsr:@std/yaml@^1.0.1": "jsr:@std/yaml@1.0.1", "npm:@actions/core@1.10.1": "npm:@actions/core@1.10.1", "npm:@catppuccin/palette@1.2.0": "npm:@catppuccin/palette@1.2.0", "npm:@octokit/rest@21.0.1": "npm:@octokit/rest@21.0.1_@octokit+core@6.1.2", @@ -62,8 +62,8 @@ "@std/path@1.0.2": { "integrity": "a452174603f8c620bd278a380c596437a9eef50c891c64b85812f735245d9ec7" }, - "@std/yaml@0.224.3": { - "integrity": "9da1ed0094f42ba24570b4d88a094b44a793ac7f2bc085c1939d3ac7e11cc0bb" + "@std/yaml@1.0.1": { + "integrity": "0e9e51c9e27bbc06455710fd1bfab77a1762827695c591dcb14fddb2778f76b4" } }, "npm": { @@ -1444,7 +1444,7 @@ "jsr:@std/fmt@^0.225.6", "jsr:@std/fs@^0.229.3", "jsr:@std/path@^1.0.2", - "jsr:@std/yaml@^0.224.3", + "jsr:@std/yaml@^1.0.1", "npm:@actions/core@1.10.1", "npm:@catppuccin/palette@1.2.0", "npm:@octokit/rest@21.0.1",