From 756749c6d29293b9cf6c1b8aab8fe7ab0f258c82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 08:28:36 +0000 Subject: [PATCH] deno: Update to version 1.44.0 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 721dc15d3d..9332469f6a 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.43.6", + "version": "1.44.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/v1.43.6/deno-x86_64-pc-windows-msvc.zip", - "hash": "8746ca9bdd2d1bf0f1d2453eaa689707e6b3ce0bc20c2d668095b83b27529ba9" + "url": "https://github.com/denoland/deno/releases/download/v1.44.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "a2b78db30fc57727fb6515679d05fb04554aaa3e3f2d799feea3c413c8f1cc3d" } }, "bin": "deno.exe",