From f176939d616361cb6ddd8954c6bf52a0cb7cefc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:47:33 -0400 Subject: [PATCH] chore(deps): bump zone.js from 0.14.5 to 0.14.10 (#750) Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.14.5 to 0.14.10. - [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.14.10/packages/zone.js) --- updated-dependencies: - dependency-name: zone.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../fdc3-chart-and-grid/js-datagrid/package.json | 2 +- .../js-datagrid/package.json | 2 +- package-lock.json | 12 +++++------- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/examples/fdc3-chart-and-grid/js-datagrid/package.json b/examples/fdc3-chart-and-grid/js-datagrid/package.json index b323d435b..32e58ec47 100644 --- a/examples/fdc3-chart-and-grid/js-datagrid/package.json +++ b/examples/fdc3-chart-and-grid/js-datagrid/package.json @@ -25,7 +25,7 @@ "material-icons": "1.13.12", "rxjs": "7.8.1", "tslib": "2.7.0", - "zone.js": "0.14.5" + "zone.js": "0.14.10" }, "devDependencies": { "@angular-devkit/build-angular": "17.3.8", diff --git a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json index 02f9b5654..0bdc06743 100644 --- a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json +++ b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json @@ -25,7 +25,7 @@ "@morgan-stanley/composeui-messaging-client": "*", "rxjs": "7.8.1", "tslib": "2.7.0", - "zone.js": "0.14.5" + "zone.js": "0.14.10" }, "devDependencies": { "@angular-devkit/build-angular": "17.3.8", diff --git a/package-lock.json b/package-lock.json index 440bf4f6b..cd415dba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -164,7 +164,7 @@ "material-icons": "1.13.12", "rxjs": "7.8.1", "tslib": "2.7.0", - "zone.js": "0.14.5" + "zone.js": "0.14.10" }, "devDependencies": { "@angular-devkit/build-angular": "17.3.8", @@ -570,7 +570,7 @@ "material-icons": "1.13.12", "rxjs": "7.8.1", "tslib": "2.7.0", - "zone.js": "0.14.5" + "zone.js": "0.14.10" }, "devDependencies": { "@angular-devkit/build-angular": "17.3.8", @@ -18715,11 +18715,9 @@ } }, "node_modules/zone.js": { - "version": "0.14.5", - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" - } + "version": "0.14.10", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.10.tgz", + "integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==" }, "prototypes/process-explorer/oss-frontend": { "name": "@morgan-stanley/composeui-process-explorer-frontend-oss",