From d47283ff03c1dc4ad9332a6b1ead0d85ac3479a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 08:30:03 +0000 Subject: [PATCH] deno: Update to version 2.5.1 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index bff2b7ae91..1dc39ff2ca 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.5.0", + "version": "2.5.1", "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.5.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "efbbdcdf4b97e89c13bfab1b52e259fbaf73a38ccdca4f132ecb6a500de06f6d" + "url": "https://github.com/denoland/deno/releases/download/v2.5.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "2a0e361bc58ffc486ba8202a4d65f275a0f6b6c9e30896e4ebecfebe3d21b561" } }, "bin": "deno.exe",