From a1af7ed90f8886e7f3230ae20cb791f616084067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:26:26 +0000 Subject: [PATCH] chore(deps): bump @std/path from 1.0.0 to 1.1.6 Bumps @std/path from 1.0.0 to 1.1.6. --- updated-dependencies: - dependency-name: "@std/path" dependency-version: 1.1.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deno.json | 2 +- deno.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deno.json b/deno.json index a5b594d..63bbfa9 100644 --- a/deno.json +++ b/deno.json @@ -6,7 +6,7 @@ "imports": { "steno": "jsr:@steno/steno@^0.9.0", "@std/assert": "jsr:@std/assert@^1.0.0", - "@std/path": "jsr:@std/path@^1.0.0", + "@std/path": "jsr:@std/path@^1.1.6", "@std/fs": "jsr:@std/fs@^1.0.0", "sharp": "npm:sharp@^0.35.3" }, diff --git a/deno.lock b/deno.lock index e211e06..b826cf5 100644 --- a/deno.lock +++ b/deno.lock @@ -6,9 +6,9 @@ "jsr:@std/fs@1": "1.0.24", "jsr:@std/internal@^1.0.12": "1.0.14", "jsr:@std/internal@^1.0.14": "1.0.14", - "jsr:@std/path@1": "1.1.6", "jsr:@std/path@1.1.6": "1.1.6", "jsr:@std/path@^1.1.5": "1.1.6", + "jsr:@std/path@^1.1.6": "1.1.6", "jsr:@std/toml@1.0.11": "1.0.11", "jsr:@std/yaml@1.1.2": "1.1.2", "jsr:@steno/steno@0.9": "0.9.0", @@ -289,7 +289,7 @@ "dependencies": [ "jsr:@std/assert@1", "jsr:@std/fs@1", - "jsr:@std/path@1", + "jsr:@std/path@^1.1.6", "jsr:@steno/steno@0.9", "npm:sharp@~0.35.3" ]