deno: Update to version 1.10.2

This commit is contained in:
Richard Kuhnt 2021-05-17 18:01:08 +00:00
parent ab54c24151
commit ae0640442c

View File

@ -1,12 +1,12 @@
{ {
"version": "1.10.1", "version": "1.10.2",
"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.10.1/deno-x86_64-pc-windows-msvc.zip", "url": "https://github.com/denoland/deno/releases/download/v1.10.2/deno-x86_64-pc-windows-msvc.zip",
"hash": "312559f818915a60584863420e4f7f74779fcbbdebae31868335dfa09e094dc0" "hash": "03bd14a0e506929769367b0bb604404dc37afad881db8f39d1b24df031856f2a"
} }
}, },
"bin": "deno.exe", "bin": "deno.exe",