From 3606524e80e1dcf76fab265806aa56e7e88f8c4b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 23:24:09 +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 | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9510114ec..94a030291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -163,6 +163,14 @@ "source-map": "0.7.3", "tslib": "2.0.0", "webpack-sources": "1.4.3" + }, + "dependencies": { + "tslib": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz", + "integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==", + "dev": true + } } }, "@angular-devkit/build-webpack": { @@ -14507,9 +14515,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==" }, "tsutils": { "version": "3.17.1", diff --git a/package.json b/package.json index df8c346eb..38ff22c6d 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "ngx-spinner": "^10.0.1", "progress-stream": "^2.0.0", "rxjs": "~6.6.2", - "tslib": "^2.0.0", + "tslib": "^2.0.1", "zone.js": "~0.10.3" }, "devDependencies": {