From 81c4f954c2c816838f3f7a58ce9439016d9d5d25 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 02:38:53 +0200 Subject: [PATCH] chore(deps): bump tslib from 2.1.0 to 2.2.0 (#985) Bumps [tslib](https://github.com/Microsoft/tslib) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.1.0...2.2.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 7c699f8..751c742 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dayjs": "^1.10.4", "discord-rpc": "^3.2.0", "lodash-es": "^4.17.21", - "tslib": "^2.1.0", + "tslib": "^2.2.0", "utf-8-validate": "^5.0.4" }, "devDependencies": { @@ -3021,9 +3021,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.2.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", + "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" }, "node_modules/tsutils": { "version": "3.17.1", @@ -5700,9 +5700,9 @@ } }, "tslib": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", - "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", + "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" }, "tsutils": { "version": "3.17.1", diff --git a/package.json b/package.json index 02c2606..7da2484 100644 --- a/package.json +++ b/package.json @@ -178,7 +178,7 @@ "dayjs": "^1.10.4", "discord-rpc": "^3.2.0", "lodash-es": "^4.17.21", - "tslib": "^2.1.0", + "tslib": "^2.2.0", "utf-8-validate": "^5.0.4" }, "devDependencies": {