From a12edd0c457ab6c1eb2b8fd3256a29d680568cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 03:23:13 +0000 Subject: [PATCH] build(deps): bump zone.js in /showcase/angular-active-showcase Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.14.7 to 0.14.8. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/zone.js-0.14.8/packages/zone.js) --- updated-dependencies: - dependency-name: zone.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- showcase/angular-active-showcase/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showcase/angular-active-showcase/package.json b/showcase/angular-active-showcase/package.json index 568af3a5d..7456b5713 100644 --- a/showcase/angular-active-showcase/package.json +++ b/showcase/angular-active-showcase/package.json @@ -19,7 +19,7 @@ "@angular/router": "18.1.1", "rxjs": "7.8.1", "tslib": "2.6.3", - "zone.js": "0.14.7" + "zone.js": "0.14.8" }, "devDependencies": { "@angular-devkit/build-angular": "18.1.1",