From 2e6837108eee72eeca219fec56e306ea977cbe42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 12:46:29 +0000 Subject: [PATCH] chore(deps-dev): bump tslib from 1.10.0 to 2.2.0 in /starter Bumps [tslib](https://github.com/Microsoft/tslib) from 1.10.0 to 2.2.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/1.10.0...2.2.0) Signed-off-by: dependabot[bot] --- starter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starter/package.json b/starter/package.json index 1f6bb6f225..5a8945b1bb 100644 --- a/starter/package.json +++ b/starter/package.json @@ -155,7 +155,7 @@ "npm-run-all": "~4.1.5", "parse5": "~6.0.1", "ts-node": "~8.10.2", - "tslib": "~1.10.0", + "tslib": "~2.2.0", "typescript": "~3.5.0" } }