From c1632e9ef2a02e52fc7ccb9f6ff60ec76e8190a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:02:10 +0000 Subject: [PATCH] chore(deps): update dependency @std/fs to v1.0.8 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index a5ca9c6..dc4acea 100644 --- a/deno.json +++ b/deno.json @@ -12,7 +12,7 @@ "@elcoosp-configs/biome": "npm:@elcoosp-configs/biome@0", "@mdx-js/mdx": "npm:@mdx-js/mdx@^3.1.0", "@std/assert": "jsr:@std/assert@1.0.9", - "@std/fs": "jsr:@std/fs@1.0.7", + "@std/fs": "jsr:@std/fs@1.0.8", "@std/jsonc": "jsr:@std/jsonc@1.0.1", "@std/path": "jsr:@std/path@^1.0.8", "@std/toml": "jsr:@std/toml@1.0.2",