From d3206e6aa213ca6d66c7669f0463b02fe423d714 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:39:36 +0000 Subject: [PATCH] deno: Update to version 2.6.10 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index eeda479063..b78f5f980c 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.6.9", + "version": "2.6.10", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v2.6.9/deno-x86_64-pc-windows-msvc.zip", - "hash": "2d2feaed5aa9ac55c2207adcbe45fc0773632c2fac8cf5f3d41b691fe2246ed3" + "url": "https://github.com/denoland/deno/releases/download/v2.6.10/deno-x86_64-pc-windows-msvc.zip", + "hash": "6b26d272c2107ca63474c5702c824132a4a3e4469463edf0f327b9b5a5f5f854" } }, "bin": "deno.exe",