From bc60220da9f805d365f4b2aa6c5840917d369962 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 00:37:04 +0000 Subject: [PATCH] deno: Update to version 2.2.9 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index e7cf32e45e..b3a9e420e8 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.2.8", + "version": "2.2.9", "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.8/deno-x86_64-pc-windows-msvc.zip", - "hash": "b82afa1415ef2423099c426863a01cce7f5ac454d8a20c3f45b3a511f43f7e9b" + "url": "https://github.com/denoland/deno/releases/download/v2.2.9/deno-x86_64-pc-windows-msvc.zip", + "hash": "b809a13e8f9f64d99ceb4194acd7e44594ef315a2b4833873a9a360249842ea3" } }, "bin": "deno.exe",