From ca9ecf7271a5ec6855e0caeaf914f65cf3075859 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 05:00:07 +0000 Subject: [PATCH] deno: Update to version 1.26.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 341bdbc098..75a5f836c2 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.26.1", + "version": "1.26.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.26.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "82a7a78d5a60a9faa598d586fdfca9426161104df752378959cabcf35f066721" + "url": "https://github.com/denoland/deno/releases/download/v1.26.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "4f08c73a52061bd4a306cbaf2e76154a796f1f52effb0a265390c54597f3c37b" } }, "bin": "deno.exe",