From 1fca03e6011128947d11cea6d3d06a055ddf31e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 04:16:48 +0000 Subject: [PATCH] chore(deps): bump tslib from 2.0.3 to 2.1.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.0.3...2.1.0) Signed-off-by: dependabot[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 8095f20..f681c2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15804,9 +15804,9 @@ } }, "tslib": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", - "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" }, "tsutils": { "version": "3.17.1", diff --git a/package.json b/package.json index cf7570c..48d18e1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "nodemon": "^2.0.6", "prettier": "^2.2.1", "ts-node": "^9.1.1", - "tslib": "^2.0.3" + "tslib": "^2.1.0" }, "devDependencies": { "@commitlint/cli": "^11.0.0",