From 29b0ee48afb3d2763f6e41971c4f76c75d6c29d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 May 2021 17:32:52 +0000 Subject: [PATCH] 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 61b035c4..717c3a98 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "ssh2-streams": "^0.4.10", "style-loader": "^2.0.0", "svg-inline-loader": "^0.8.2", - "tslib": "^2.1.0", + "tslib": "^2.2.0", "typedoc": "^0.20.36", "typescript": "^3.9.9", "url-loader": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index c00e8071..97b91b83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8400,10 +8400,10 @@ tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.3, tslib@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" - integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== +tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" + integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== tsutils@^3.17.1: version "3.21.0"