From c22885f07a76fa7c5a8e81e1b56fa6f5f95973d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 15:17:47 +0000 Subject: [PATCH] chore(deps): bump @std/path from 1.0.8 to 1.1.6 Bumps @std/path from 1.0.8 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 fc9a444..8472276 100644 --- a/deno.json +++ b/deno.json @@ -8,7 +8,7 @@ "@steno/steno": "jsr:@steno/steno@^0.12.0", "@std/assert": "jsr:@std/assert@1", "@std/front-matter": "jsr:@std/front-matter@^1.0.9", - "@std/path": "jsr:@std/path@^1.0.8" + "@std/path": "jsr:@std/path@^1.1.6" }, "tasks": { "test": "deno test -A ./mod_test.ts" diff --git a/deno.lock b/deno.lock index 3fb9980..586b930 100644 --- a/deno.lock +++ b/deno.lock @@ -17,7 +17,7 @@ "jsr:@std/media-types@1.1.0": "1.1.0", "jsr:@std/path@0.223": "0.223.0", "jsr:@std/path@1.1.6": "1.1.6", - "jsr:@std/path@^1.0.8": "1.1.6", + "jsr:@std/path@^1.1.6": "1.1.6", "jsr:@std/toml@1.0.11": "1.0.11", "jsr:@std/toml@^1.0.3": "1.0.11", "jsr:@std/yaml@1.2.0": "1.2.0", @@ -130,7 +130,7 @@ "dependencies": [ "jsr:@std/assert@1", "jsr:@std/front-matter@^1.0.9", - "jsr:@std/path@^1.0.8", + "jsr:@std/path@^1.1.6", "jsr:@steno/steno@0.12" ] }