From b9b594d364e4e1b512f28cba476414c9dc0a1773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:39:54 +0000 Subject: [PATCH] build(deps): bump zone.js from 0.15.1 to 0.16.0 in /angular-example Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.15.1 to 0.16.0. - [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.0/packages/zone.js) --- updated-dependencies: - dependency-name: zone.js dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- angular-example/package-lock.json | 8 ++++---- angular-example/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index 2b8b1824..06af1d05 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -21,7 +21,7 @@ "@db-ux/ngx-core-components": "4.2.2", "rxjs": "~7.8.2", "tslib": "^2.8.1", - "zone.js": "~0.15.1" + "zone.js": "~0.16.0" }, "devDependencies": { "@angular/build": "^20.3.10", @@ -10103,9 +10103,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.0", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.16.0.tgz", + "integrity": "sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==", "license": "MIT", "peer": true } diff --git a/angular-example/package.json b/angular-example/package.json index 0c41d33e..ed60606f 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -25,7 +25,7 @@ "@db-ux/core-components": "4.2.2", "rxjs": "~7.8.2", "tslib": "^2.8.1", - "zone.js": "~0.15.1" + "zone.js": "~0.16.0" }, "devDependencies": { "@db-ux/agent-cli": "4.2.2",