From de4fdae75eba5c10cf62e60931026e3021ee1d8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Oct 2020 05:52:31 +0000 Subject: [PATCH] fix: upgrade tslib from 1.9.3 to 1.13.0 Snyk has created this PR to upgrade tslib from 1.9.3 to 1.13.0. See this package in npm: https://www.npmjs.com/package/tslib See this project in Snyk: https://app.snyk.io/org/rs2/project/b2764384-1083-48d0-8328-2b4448612118?utm_source=github&utm_medium=upgrade-pr --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 2eb1d9b59bc..34aa16fab0e 100644 --- a/js/package.json +++ b/js/package.json @@ -61,7 +61,7 @@ "flatbuffers": "1.9.0", "json-bignum": "0.0.3", "text-encoding-utf-8": "1.0.2", - "tslib": "1.9.3" + "tslib": "1.13.0" }, "devDependencies": { "@std/esm": "0.26.0",