From a48cbc2315ecdcc3030220a041a1845dc2c1096c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 05:17:57 +0000 Subject: [PATCH] Bump tslib from 1.14.1 to 2.1.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 1.14.1 to 2.1.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v1.14.1...2.1.0) Signed-off-by: dependabot-preview[bot] --- 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 c68aafa..691bd1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3602,9 +3602,9 @@ } }, "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" }, "type-detect": { "version": "4.0.8", diff --git a/package.json b/package.json index 6870d76..1b964ce 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@types/node": "^14.0.20", - "tslib": "^1.14.1", + "tslib": "^2.1.0", "typescript-collections": "^1.3.3" }, "devDependencies": {