From 616e2683bb6e97b6882c1d3e41b4d9b3273338b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 04:22:43 +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 564728d034..36fc778f5a 100644 --- a/starter/package.json +++ b/starter/package.json @@ -156,7 +156,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" } }