From 47c7c5e247e5cbced79329e6a4cdedbd23aff465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 06:41:19 +0000 Subject: [PATCH] deps: bump tslib from 2.1.0 to 2.3.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.1.0 to 2.3.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.1.0...2.3.0) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43c53ab..ac6e402 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "nyc": "^15.1.0", "semantic-release": "^17.4.2", "ts-node": "^9.1.1", - "tslib": "^2.1.0", + "tslib": "^2.3.0", "typescript": "^4.2.3" }, "bin": { @@ -9520,9 +9520,9 @@ } }, "node_modules/tslib": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" }, "node_modules/tsutils": { "version": "3.21.0", @@ -17069,9 +17069,9 @@ } }, "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" }, "tsutils": { "version": "3.21.0", diff --git a/package.json b/package.json index 5b7c98f..caa0cf5 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "nyc": "^15.1.0", "semantic-release": "^17.4.2", "ts-node": "^9.1.1", - "tslib": "^2.1.0", + "tslib": "^2.3.0", "typescript": "^4.2.3" } }