From e2c0313cec55cdd91c13c2581cf931047556666d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:59:19 +0000 Subject: [PATCH] chore(deps): bump zone.js from 0.16.0 to 0.16.1 Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.16.0 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-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e0dfce..2f1a653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@angular/router": "^21.2.9", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.16.0" + "zone.js": "~0.16.1" }, "devDependencies": { "@angular/build": "^21.2.7", @@ -13842,9 +13842,9 @@ } }, "node_modules/zone.js": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.16.0.tgz", - "integrity": "sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==", + "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/package.json b/package.json index 01ced74..1cc7bbd 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@angular/router": "^21.2.9", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.16.0" + "zone.js": "~0.16.1" }, "devDependencies": { "@angular/build": "^21.2.7",