From 4f92a2aefa723a2fe94f1b30495e80575a4687d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 12:31:21 +0000 Subject: [PATCH] deno: Update to version 2.2.7 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index c5d940e7a8..0c0da32e88 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.2.6", + "version": "2.2.7", "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.2.6/deno-x86_64-pc-windows-msvc.zip", - "hash": "e0229e239b4b3ffd356a7731dcab9e277c7750669c27515c4c22cd21b1c0108d" + "url": "https://github.com/denoland/deno/releases/download/v2.2.7/deno-x86_64-pc-windows-msvc.zip", + "hash": "87b247ecdc89aaef1b38216d5055ca73d719e1eb6ee0f92d0a6181604fdffc50" } }, "bin": "deno.exe",