From e5df2893daef50ad8e4d53d24fcdb87335b80206 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 04:54:56 +0000 Subject: [PATCH] deno: Update to version 1.25.0 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index aec06ce8c6..ef32b7e6bf 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.24.3", + "version": "1.25.0", "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.24.3/deno-x86_64-pc-windows-msvc.zip", - "hash": "a7f11615d937a748542d86e17f49cf15ccfd2843203e3cbe4e387c7316a28172" + "url": "https://github.com/denoland/deno/releases/download/v1.25.0/deno-x86_64-pc-windows-msvc.zip", + "hash": "5998c4f0af411667ed04ab2bb7549e44b9a9ea36bf04f8258a65cedac46d23d9" } }, "bin": "deno.exe",