From 8f34f2872bbabe8957e5d50bee60c2e530355783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 17:06:40 +0000 Subject: [PATCH] chore(deps): bump zone.js from 0.11.8 to 0.12.0 Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.11.8 to 0.12.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.12.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 eb1c297..9182d51 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "rxjs": "^6.6.3", "tslib": "^2.0.3", "vditor": "~3.6.3", - "zone.js": "^0.11.3" + "zone.js": "^0.12.0" }, "devDependencies": { "@angular-devkit/build-angular": "^14.2.10",