From 54d865f12ee4d3f30c8bbb89f4befba5d6fbb5b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:04:04 +0000 Subject: [PATCH 1/2] chore(deps): update dependency @std/fs to v1 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index ccb87e6cbf..febafce93e 100644 --- a/deno.json +++ b/deno.json @@ -7,7 +7,7 @@ "@std/assert": "jsr:@std/assert@^1.0.1", "@std/cli": "jsr:@std/cli@^1.0.1", "@std/fmt": "jsr:@std/fmt@^0.225.6", - "@std/fs": "jsr:@std/fs@^0.229.3", + "@std/fs": "jsr:@std/fs@^1.0.1", "@std/path": "jsr:@std/path@^1.0.2", "@std/yaml": "jsr:@std/yaml@^0.224.3", "ajv": "npm:ajv@8.17.1", From f8ceed493fd852ceb2689aca6b0204195745af8e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:04:28 +0000 Subject: [PATCH 2/2] chore: regenerate `deno.lock` --- deno.lock | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/deno.lock b/deno.lock index 9cb9078bb0..9d8a92c1d8 100644 --- a/deno.lock +++ b/deno.lock @@ -6,9 +6,8 @@ "jsr:@std/assert@^1.0.1": "jsr:@std/assert@1.0.1", "jsr:@std/cli@^1.0.1": "jsr:@std/cli@1.0.1", "jsr:@std/fmt@^0.225.6": "jsr:@std/fmt@0.225.6", - "jsr:@std/fs@^0.229.3": "jsr:@std/fs@0.229.3", + "jsr:@std/fs@^1.0.1": "jsr:@std/fs@1.0.1", "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", "npm:@actions/core@1.10.1": "npm:@actions/core@1.10.1", @@ -47,18 +46,15 @@ "@std/fmt@0.225.6": { "integrity": "aba6aea27f66813cecfd9484e074a9e9845782ab0685c030e453a8a70b37afc8" }, - "@std/fs@0.229.3": { - "integrity": "783bca21f24da92e04c3893c9e79653227ab016c48e96b3078377ebd5222e6eb", + "@std/fs@1.0.1": { + "integrity": "d6914ca2c21abe591f733b31dbe6331e446815e513e2451b3b9e472daddfefcb", "dependencies": [ - "jsr:@std/path@1.0.0-rc.1" + "jsr:@std/path@^1.0.2" ] }, "@std/internal@1.0.1": { "integrity": "6f8c7544d06a11dd256c8d6ba54b11ed870aac6c5aeafff499892662c57673e6" }, - "@std/path@1.0.0-rc.1": { - "integrity": "b8c00ae2f19106a6bb7cbf1ab9be52aa70de1605daeb2dbdc4f87a7cbaf10ff6" - }, "@std/path@1.0.2": { "integrity": "a452174603f8c620bd278a380c596437a9eef50c891c64b85812f735245d9ec7" }, @@ -1442,7 +1438,7 @@ "jsr:@std/assert@^1.0.1", "jsr:@std/cli@^1.0.1", "jsr:@std/fmt@^0.225.6", - "jsr:@std/fs@^0.229.3", + "jsr:@std/fs@^1.0.1", "jsr:@std/path@^1.0.2", "jsr:@std/yaml@^0.224.3", "npm:@actions/core@1.10.1",