Skip to content

Commit c1f2a37

Browse files
build(deps): bump zone.js from 0.14.10 to 0.15.0 (#2840)
Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.14.10 to 0.15.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.15.0/packages/zone.js) --- updated-dependencies: - dependency-name: zone.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ef9c87 commit c1f2a37

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/db-ui-elements-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"injection-js": "2.4.0",
4747
"ng-packagr": "17.3.0",
4848
"rimraf": "6.0.1",
49-
"zone.js": "~0.14.8"
49+
"zone.js": "~0.15.0"
5050
}
5151
}

showcase/angular-active-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/router": "18.2.10",
2020
"rxjs": "7.8.1",
2121
"tslib": "2.8.1",
22-
"zone.js": "0.14.10"
22+
"zone.js": "0.15.0"
2323
},
2424
"devDependencies": {
2525
"@angular-devkit/build-angular": "18.2.11",

showcase/angular-lts-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/router": "17.3.12",
2020
"rxjs": "7.8.1",
2121
"tslib": "2.8.1",
22-
"zone.js": "0.14.10"
22+
"zone.js": "0.15.0"
2323
},
2424
"devDependencies": {
2525
"@angular-devkit/build-angular": "17.3.11",

0 commit comments

Comments
 (0)