From 79eedda244f74cd6498862e574aeceffebeeba24 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 08:30:53 +0000 Subject: [PATCH] Bump tslib from 2.0.1 to 2.0.3 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.0.1...2.0.3) 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 c1a918a11..f75e7ef95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10641,9 +10641,9 @@ } }, "tslib": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", - "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", + "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==", "dev": true }, "tslint": { diff --git a/package.json b/package.json index 608f9d30a..67c68932e 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "ts-loader": "^8.0.4", "ts-node": "^9.0.0", "tsconfig-paths-webpack-plugin": "^3.3.0", - "tslib": "^2.0.1", + "tslib": "^2.0.3", "tslint": "^6.1.3", "tslint-sonarts": "^1.9.0", "typescript": "^3.9.7",