From 5929317b718c33c28a2c38cec03896b56d78ad60 Mon Sep 17 00:00:00 2001 From: denopendabot Date: Mon, 13 Jan 2025 00:19:21 +0000 Subject: [PATCH] build(deps): bump dax from 0.36.0 to 0.39.2 --- test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.ts b/test.ts index 2ceb1f4..1a7926b 100644 --- a/test.ts +++ b/test.ts @@ -3,7 +3,7 @@ import { assertMatch, assertNotMatch, } from "https://deno.land/std@0.224.0/assert/mod.ts"; -import { $, CommandBuilder } from "https://deno.land/x/dax@0.36.0/mod.ts"; +import { $, CommandBuilder } from "https://deno.land/x/dax@0.39.2/mod.ts"; const isWindows = Deno.build.os === "windows"; const cwd = Deno.cwd();