From 4143f9682173b14887d0720526524e36c15f7c5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:30:09 +0000 Subject: [PATCH] deno: Update to version 2.0.3 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index c0623ecb1f..f04183bb3f 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "2.0.2", + "version": "2.0.3", "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.2/deno-x86_64-pc-windows-msvc.zip", - "hash": "154a0d309e1e41ae373824a9fe2cf2e38775c6c09c4c23fb52c6dee61ee68260" + "url": "https://github.com/denoland/deno/releases/download/v2.0.3/deno-x86_64-pc-windows-msvc.zip", + "hash": "587208d2fba8bb0cfba0abcffa52521da0862be5824e4dd19ab042f2c51200b5" } }, "bin": "deno.exe",