From f0a890f4469e807d32a0a69ed861dd63f03de570 Mon Sep 17 00:00:00 2001 From: MaxGraey Date: Thu, 22 Oct 2020 12:00:29 +0300 Subject: [PATCH] update binaryen --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3d06a3f3a..3e3ea78d2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1163,9 +1163,9 @@ "optional": true }, "binaryen": { - "version": "98.0.0-nightly.20201019", - "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-98.0.0-nightly.20201019.tgz", - "integrity": "sha512-/uUB96xnMNO7YLnGWs+QLaSnhuOlO3OeZzPzpyq+cZWbwLl3AMsFC691M6nie6wqd77kvEfg23YgHq1jL9DTWA==" + "version": "98.0.0-nightly.20201022", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-98.0.0-nightly.20201022.tgz", + "integrity": "sha512-JPKF0U3oHk5qgXUkG3k3POAnutdsUCjXF4RCNJCyUlcqMpDOlZUO+oKb0GPNrFfs+tk609HYqijdFqz2Rs+10w==" }, "bluebird": { "version": "3.7.2", diff --git a/package.json b/package.json index 725a064f26..39a56c3eff 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "url": "https://github.com/AssemblyScript/assemblyscript/issues" }, "dependencies": { - "binaryen": "98.0.0-nightly.20201019", + "binaryen": "98.0.0-nightly.20201022", "long": "^4.0.0", "source-map-support": "^0.5.19", "ts-node": "^6.2.0"