From 7fc330524b20a51331a84e90b6d06b610172c586 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 09:13:12 +0000 Subject: [PATCH] build(deps-dev): Bump tslib from 2.0.0 to 2.1.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.0.0...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 720321ec09..49f5029653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34163,9 +34163,9 @@ "dev": true }, "tslib": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz", - "integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" }, "tslint": { "version": "6.1.3", diff --git a/package.json b/package.json index c997f7ec2a..951633483d 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "ts-jest": "^26.4.4", "ts-node": "^9.1.1", "tsickle": "^0.39.1", - "tslib": "^2.0.0", + "tslib": "^2.1.0", "tslint": "~6.1.3", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.3.0",