From 23fbf4b1aeba46e2e04ccc503ee50bd5c89fadc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:49:03 +0000 Subject: [PATCH] build(deps): bump tslib from 2.6.3 to 2.7.0 in /showcase/angular-lts-showcase (#2738) build(deps): bump tslib in /showcase/angular-lts-showcase Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.6.3...v2.7.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> --- showcase/angular-lts-showcase/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showcase/angular-lts-showcase/package.json b/showcase/angular-lts-showcase/package.json index cd6807ead2..d4343336ed 100644 --- a/showcase/angular-lts-showcase/package.json +++ b/showcase/angular-lts-showcase/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser-dynamic": "17.3.11", "@angular/router": "17.3.11", "rxjs": "7.8.1", - "tslib": "2.6.3", + "tslib": "2.7.0", "zone.js": "0.14.8" }, "devDependencies": {