From 5e0577f2b21174d8784852f3acda099f9583aa5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 20:27:23 +0000 Subject: [PATCH] deno: Update to version 1.30.2 --- bucket/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/deno.json b/bucket/deno.json index 8617d22f0d..6be103e523 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,12 +1,12 @@ { - "version": "1.30.1", + "version": "1.30.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.30.1/deno-x86_64-pc-windows-msvc.zip", - "hash": "51a086b6f07de100b6ee2728ed0f1832c8cfd661486598389df21078d82bd0ca" + "url": "https://github.com/denoland/deno/releases/download/v1.30.2/deno-x86_64-pc-windows-msvc.zip", + "hash": "5647de14b0852cbe0ffa0371d52dfad9340450814b81bdf6a1a847a22a606861" } }, "bin": "deno.exe",