From 09652f294846ac32792377512703c7cb7155607d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 16:29:47 +0000 Subject: [PATCH] deno: Update to version 1.29.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 1205422e7a..7c4f253a3d 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.29.1", + "version": "1.29.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.29.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "64245343ce3c3dd9dfa2fb72d547c6babc5488e8e7cad97a8c4c5bda55da594e" + "url": "https://github.com/denoland/deno/releases/download/v1.29.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "8d62cc08b9436f9aba0295102debbd31c51e4f7c33c67b243da49e4e699d4493" } }, "bin": "deno.exe",