deno: Update to version 1.14.3

This commit is contained in:
Richard Kuhnt 2021-10-05 00:00:38 +00:00
parent b9450b370e
commit 5dd5b4f565

View File

@ -1,12 +1,12 @@
{ {
"version": "1.14.2", "version": "1.14.3",
"description": "A secure runtime for JavaScript and TypeScript", "description": "A secure runtime for JavaScript and TypeScript",
"homepage": "https://deno.land", "homepage": "https://deno.land",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/denoland/deno/releases/download/v1.14.2/deno-x86_64-pc-windows-msvc.zip", "url": "https://github.com/denoland/deno/releases/download/v1.14.3/deno-x86_64-pc-windows-msvc.zip",
"hash": "276f1caa08a5025528b6b30b2ea1bec30469f1334c1344fed2401d6182c20fc1" "hash": "9a1e54cada9f034fc70661d433da13a53d62b3fc100a9d12a283a6cab2beff46"
} }
}, },
"bin": "deno.exe", "bin": "deno.exe",