From 42b6aa88e902f0b2c7d9d456a0e38ff231cad864 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:26:46 +0000 Subject: [PATCH] chore(deps): bump tslib from 1.13.0 to 2.2.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 1.13.0 to 2.2.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/1.13.0...2.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e1e43f2..013dfba 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "eslint-plugin-prettier": "^2.2.0", "lines-and-columns": "^1.1.6", - "tslib": "^1.7.1" + "tslib": "^2.2.0" }, "devDependencies": { "@types/eslint-plugin-prettier": "2.2.0", diff --git a/yarn.lock b/yarn.lock index 81c929f..9845444 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2408,6 +2408,11 @@ tslib@^1.13.0, tslib@^1.7.1, tslib@^1.8.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== +tslib@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" + integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== + tslint-config-prettier@1.18.0: version "1.18.0" resolved "https://registry.yarnpkg.com/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz#75f140bde947d35d8f0d238e0ebf809d64592c37"