From 23699d847e89707945cd9922f796d6547c1a8e0f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 21:23:52 +0100 Subject: [PATCH] chore(deps): bump tslib from 2.0.3 to 2.1.0 (#836) 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-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 4895f0f..760c2db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2480,9 +2480,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 3cb2791..e6a97fa 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "dependencies": { "bufferutil": "^4.0.3", "discord-rpc": "github:discordjs/RPC", - "tslib": "^2.0.3", + "tslib": "^2.1.0", "utf-8-validate": "^5.0.4", "vsls": "^1.0.3015" },