From 466f48698e11f58454c238d64138cd282299422f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 10:20:35 +0000 Subject: [PATCH] build(deps): bump zone.js from 0.15.0 to 0.15.1 Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.15.0 to 0.15.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.15.1/packages/zone.js) --- updated-dependencies: - dependency-name: zone.js dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81aa85679..bb0b87673 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "rxjs": "^7.8.1", "shepherd.js": "^14.4.0", "tslib": "^2.8.0", - "zone.js": "~0.15.0" + "zone.js": "~0.15.1" }, "devDependencies": { "@angular-devkit/build-angular": "^20.0.4", @@ -19976,9 +19976,10 @@ } }, "node_modules/zone.js": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.15.0.tgz", - "integrity": "sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==" + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.15.1.tgz", + "integrity": "sha512-XE96n56IQpJM7NAoXswY3XRLcWFW83xe0BiAOeMD7K5k5xecOeul3Qcpx6GqEeeHNkW5DWL5zOyTbEfB4eti8w==", + "license": "MIT" } } } diff --git a/package.json b/package.json index dc8662353..0f2a71b0f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "rxjs": "^7.8.1", "shepherd.js": "^14.4.0", "tslib": "^2.8.0", - "zone.js": "~0.15.0" + "zone.js": "~0.15.1" }, "devDependencies": { "@angular-devkit/build-angular": "^20.0.4",