From cf3505af5692ba8dae4c00e1998073bfee0eecf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:30:27 +0000 Subject: [PATCH] deno: Update to version 2.3.6 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 0cc61b8d05..77ea6b187f 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.3.5", + "version": "2.3.6", "description": "A secure runtime for JavaScript and TypeScript", "homepage": "https://deno.land", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/denoland/deno/releases/download/v2.3.5/deno-x86_64-pc-windows-msvc.zip", - "hash": "aeebfb104074b94b0fc35a52b306be3ad4275d0f871263b74d0740e9e27e56d2" + "url": "https://github.com/denoland/deno/releases/download/v2.3.6/deno-x86_64-pc-windows-msvc.zip", + "hash": "e52678586efef33bf0520b617a42d21946f7e9d2464c97ecc56c8f8316df7479" } }, "bin": "deno.exe",