From 5c44f285c2d727e8b0e99711045c7ed6c18b953c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 23:06:00 +0000 Subject: [PATCH] Bump zone.js from 0.15.1 to 0.16.1 in /taskbook-frontend Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.15.1 to 0.16.1. - [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.16.1/packages/zone.js) --- updated-dependencies: - dependency-name: zone.js dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- taskbook-frontend/package-lock.json | 8 ++++---- taskbook-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/taskbook-frontend/package-lock.json b/taskbook-frontend/package-lock.json index b7ae34f..ffb3592 100644 --- a/taskbook-frontend/package-lock.json +++ b/taskbook-frontend/package-lock.json @@ -24,7 +24,7 @@ "ngx-toastr": "^19.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.15.1" + "zone.js": "~0.16.1" }, "devDependencies": { "@angular/build": "^20.3.17", @@ -9392,9 +9392,9 @@ } }, "node_modules/zone.js": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.15.1.tgz", - "integrity": "sha512-XE96n56IQpJM7NAoXswY3XRLcWFW83xe0BiAOeMD7K5k5xecOeul3Qcpx6GqEeeHNkW5DWL5zOyTbEfB4eti8w==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.16.1.tgz", + "integrity": "sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==", "license": "MIT" } } diff --git a/taskbook-frontend/package.json b/taskbook-frontend/package.json index 818ce92..598e13e 100644 --- a/taskbook-frontend/package.json +++ b/taskbook-frontend/package.json @@ -26,7 +26,7 @@ "ngx-toastr": "^19.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.15.1" + "zone.js": "~0.16.1" }, "devDependencies": { "@angular/build": "^20.3.17",