From c442521da1561e9d936ae97bcb721bfa7b362e0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 04:27:38 +0000 Subject: [PATCH] deno: Update to version 1.44.1 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 9332469f6a..fecd461f8f 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.44.0", + "version": "1.44.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/v1.44.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "a2b78db30fc57727fb6515679d05fb04554aaa3e3f2d799feea3c413c8f1cc3d" + "url": "https://github.com/denoland/deno/releases/download/v1.44.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "874af9dbc6ee3ee772820c8e06a8d4bcefa35087cb80180f7b8a892e13369ccb" } }, "bin": "deno.exe",