From c726cd49f5d45a4913210a90712ee325539a52df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 14:07:32 +0100 Subject: [PATCH] chore(deps): bump tslib from 2.2.0 to 2.3.0 (#1098) Bumps [tslib](https://github.com/Microsoft/tslib) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.2.0...2.3.0) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 bd13da1..ffbab23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2286,9 +2286,9 @@ } }, "tslib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz", - "integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==" + "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 54bd823..5b14a84 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ "dayjs": "^1.10.5", "discord-rpc": "^3.2.0", "lodash-es": "^4.17.21", - "tslib": "^2.2.0", + "tslib": "^2.3.0", "utf-8-validate": "^5.0.5" }, "devDependencies": {