From 2852a29f502d1afd47055f2c776c720125fd4fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 00:09:45 +0000 Subject: [PATCH] build(deps): bump zone.js from 0.15.1 to 0.16.2 Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.15.1 to 0.16.2. - [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.2/packages/zone.js) --- updated-dependencies: - dependency-name: zone.js dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8720446..b555e44d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@auth0/auth0-spa-js": "^2.19.2", "rxjs": "^6.6.7", "tslib": "^2.8.1", - "zone.js": "~0.15.1" + "zone.js": "~0.16.2" }, "devDependencies": { "@angular-devkit/build-angular": "^19.2.24",