From c17c87ae0f649da792f75a071bb281825000ba7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 08:20:41 +0000 Subject: [PATCH] dependabot(npm): bump zone.js from 0.11.8 to 0.13.1 Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.11.8 to 0.13.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.13.1/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-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 329e9fc7..e82ce449 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "popper.js": "1.16.1", "rxjs": "6.6.3", "rxjs-compat": "6.6.7", - "zone.js": "^0.11.4" + "zone.js": "^0.13.1" }, "devDependencies": { "@angular-devkit/build-angular": "15.2.9", @@ -13432,8 +13432,9 @@ } }, "node_modules/zone.js": { - "version": "0.11.8", - "license": "MIT", + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.13.1.tgz", + "integrity": "sha512-+bIeDAFEBYuXRuU3qGQvzdPap+N1zjM4KkBAiiQuVVCrHrhjDuY6VkUhNa5+U27+9w0q3fbKiMCbpJ0XzMmSWA==", "dependencies": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 5f651304..f79e6837 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "popper.js": "1.16.1", "rxjs": "6.6.3", "rxjs-compat": "6.6.7", - "zone.js": "^0.11.4" + "zone.js": "^0.13.1" }, "devDependencies": { "@angular-devkit/build-angular": "15.2.9",