From 3a5de3c8048f821fac1719b1d6c22e01adfb6dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:32:37 +0000 Subject: [PATCH] chore(deps): bump zone.js from 0.11.8 to 0.13.0 Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.11.8 to 0.13.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.13.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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81278b3..df10b51 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "ngx-highlightjs": "^7.0.1", "rxjs": "~7.5.0", "ts-deepmerge": "^5.0.0", - "zone.js": "~0.11.4" + "zone.js": "~0.13.0" }, "devDependencies": { "@angular-devkit/build-angular": "~15.0.0",