From de37e25b33eb92e16595d1657a76453f5a6d56a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:24:03 +0000 Subject: [PATCH] deno: Update to version 1.36.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 967b5aec11..715f845d21 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.36.1", + "version": "1.36.2", "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.36.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "6edc57c7804a4df7670826183069932f8e39fff222fdd84d11f553f0624d6d19" + "url": "https://github.com/denoland/deno/releases/download/v1.36.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "b2f9c89bb8922b234bd44379098bccab23579bfb21dfa13c121a4fd87a1ad824" } }, "bin": "deno.exe",