From 87d70ca74c1e5f05bf3ac9f65162bfbec639618a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 05:33:28 +0000 Subject: [PATCH] build(deps): bump tslib from 2.1.0 to 2.2.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.1.0...2.2.0) Signed-off-by: dependabot[bot] --- cli/package.json | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/package.json b/cli/package.json index b06870eb..d8907f2d 100644 --- a/cli/package.json +++ b/cli/package.json @@ -41,7 +41,7 @@ "lodash": "^4.17.21", "putasset": "^5.0.3", "toml": "^3.0.0", - "tslib": "^2.1.0" + "tslib": "^2.2.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 18a08fd3..60231ea1 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "sinon": "^10.0.0", "source-map-support": "^0.5.19", "ts-node": "^9.1.1", - "tslib": "^2.1.0", + "tslib": "^2.2.0", "typescript": "^4.2.3" } } diff --git a/yarn.lock b/yarn.lock index b048bf1c..449330a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6415,10 +6415,10 @@ tslib@^1.8.1, tslib@^1.9.0: resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" - integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== +tslib@^2.2.0: + version "2.2.0" + resolved "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" + integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== tsutils@^3.17.1: version "3.21.0"