From 92213e41d3dd735924925c6184e8521cbb5f5729 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 20:26:14 +0000 Subject: [PATCH] deno: Update to version 1.18.1 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 51e838ec33..642001cc3b 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.18.0", + "version": "1.18.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.18.0/deno-x86_64-pc-windows-msvc.zip", - "hash": "2a2e0a130352c98ec70d287fa09073caaee9c056e361e35ccd4a6528d74cb63a" + "url": "https://github.com/denoland/deno/releases/download/v1.18.1/deno-x86_64-pc-windows-msvc.zip", + "hash": "7e342721416ad0a01d72c3c274273b690b166b9d86e3b755506f02ea1bb06c05" } }, "bin": "deno.exe",