From 6e492b88aadcbf0a082b7b5e2912b2cb90f6e17e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 04:30:03 +0000 Subject: [PATCH] deno: Update to version 2.2.0 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 48000d9844..3c1c4981b1 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.1.10", + "version": "2.2.0", "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.1.10/deno-x86_64-pc-windows-msvc.zip", - "hash": "6a5e82c9796bdaa8da0626c2e4c0f960d4da7028775003b3b81eeb88238a2f47" + "url": "https://github.com/denoland/deno/releases/download/v2.2.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "643cf97229887e497c48166ceb4bb3d2762f3567528fd7c9a76e065f8d90c721" } }, "bin": "deno.exe",