From 7c4161a101c886f62b1a5c31feb0ee490343173a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 04:30:09 +0000 Subject: [PATCH] deno: Update to version 2.1.6 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index eb32152470..25c28d084e 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.1.5", + "version": "2.1.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.1.5/deno-x86_64-pc-windows-msvc.zip", - "hash": "d3f5d5a8aeee1af63d74a7f587d1a5aa12844852cebc538c4e64281ab615bd48" + "url": "https://github.com/denoland/deno/releases/download/v2.1.6/deno-x86_64-pc-windows-msvc.zip", + "hash": "934127b59a22a7b54cc17ca9ced759740ed1c3aa943e2d2def1a7a3ab6b4ae6d" } }, "bin": "deno.exe",