From 85267f6ac01184669e901a8e70a25e4b45e0999e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:56:37 +0000 Subject: [PATCH] chore(deps): update dependency https://deno.land/std to v0.224.0 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 8d5a3c1..2486191 100644 --- a/deno.json +++ b/deno.json @@ -2,7 +2,7 @@ "imports": { "@catppuccin/palette": "npm:@catppuccin/palette@0.2.0", "sass": "npm:sass@1.66.1", - "std/path": "https://deno.land/std@0.199.0/path/mod.ts", + "std/path": "https://deno.land/std@0.224.0/path/mod.ts", "@catppuccin/deno-lib": "https://deno.land/x/catppuccin_toolbox@deno-lib-v1.0.0/deno-lib/mod.ts" }, "lock": true,