From 11bd85d4ff7e1eb0dacddc3ac0194f9a3d09c8e0 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Thu, 31 Oct 2024 01:57:50 +0800 Subject: [PATCH] deps: upgrade @std/expect 1.0.5 -> 1.0.6 --- deno.json | 2 +- deno.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deno.json b/deno.json index d2e3d72..30d40dd 100644 --- a/deno.json +++ b/deno.json @@ -7,7 +7,7 @@ }, "imports": { "@deno/dnt": "jsr:@deno/dnt@^0.41.3", - "@std/expect": "jsr:@std/expect@^1.0.5", + "@std/expect": "jsr:@std/expect@^1.0.6", "@std/testing": "jsr:@std/testing@^1.0.3", "zod": "npm:zod@^3.23.8" }, diff --git a/deno.lock b/deno.lock index c2d5787..0916f8d 100644 --- a/deno.lock +++ b/deno.lock @@ -11,7 +11,7 @@ "jsr:@std/assert@^1.0.6": "1.0.6", "jsr:@std/bytes@0.223": "0.223.0", "jsr:@std/data-structures@^1.0.4": "1.0.4", - "jsr:@std/expect@^1.0.5": "1.0.5", + "jsr:@std/expect@^1.0.6": "1.0.6", "jsr:@std/fmt@0.223": "0.223.0", "jsr:@std/fmt@1": "1.0.2", "jsr:@std/fs@0.223": "0.223.0", @@ -91,8 +91,8 @@ "jsr:@std/internal@^1.0.3" ] }, - "@std/expect@1.0.5": { - "integrity": "8c7ac797e2ffe57becc6399c0f2fd06230cb9ef124d45229c6e592c563824af1", + "@std/expect@1.0.6": { + "integrity": "dffba969ca5ea6d7c39338d4985c9af2bfa6e080c710cc2b77756dd7657c369c", "dependencies": [ "jsr:@std/assert@^1.0.6", "jsr:@std/internal@^1.0.4" @@ -203,7 +203,7 @@ "workspace": { "dependencies": [ "jsr:@deno/dnt@~0.41.3", - "jsr:@std/expect@^1.0.5", + "jsr:@std/expect@^1.0.6", "jsr:@std/testing@^1.0.3", "npm:zod@^3.23.8" ]