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",