From ee4fefca2a9bb52f0abb9c1905a462e9fce5becc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 04:29:45 +0000 Subject: [PATCH] deno: Update to version 2.0.1 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 089eb152bb..884b46d04b 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.0.0", + "version": "2.0.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.0.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "34ea525eeaae3ef2eb72e5f7c237fbf844fa900e6b8e666c5db2553f56f9d382" + "url": "https://github.com/denoland/deno/releases/download/v2.0.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "d45377511968cb2db7e57155257ff9a1400db169256b5eaa16c6657f275e4d3b" } }, "bin": "deno.exe",