From a379b8dd08bbb22c461f36a868a518e8262267c4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 06:45:20 +0000 Subject: [PATCH] Bump tslib from 2.0.0 to 2.0.1 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.0.0...2.0.1) 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 b32d97577..b8a863ce2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10264,9 +10264,9 @@ } }, "tslib": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz", - "integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", + "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==", "dev": true }, "tslint": { diff --git a/package.json b/package.json index 435f093a8..aa33fddfb 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "ts-loader": "^8.0.2", "ts-node": "^8.10.2", "tsconfig-paths-webpack-plugin": "^3.3.0", - "tslib": "^2.0.0", + "tslib": "^2.0.1", "tslint": "^6.1.3", "tslint-sonarts": "^1.9.0", "typescript": "^3.9.7",