From 01d174215fbd547e1ddde3b3e24ace88d28b2693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:14:08 +0000 Subject: [PATCH] chore(deps): bump @angular/core from 20.3.16 to 20.3.25 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.16 to 20.3.25. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v20.3.25/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../js-datagrid/package.json | 2 +- .../js-order-book/package.json | 2 +- .../js-trader-app/package.json | 2 +- .../js-datagrid/package.json | 2 +- package-lock.json | 119 ++++++++++++++++-- .../oss-frontend/package.json | 2 +- 6 files changed, 115 insertions(+), 14 deletions(-) diff --git a/examples/fdc3-chart-and-grid/js-datagrid/package.json b/examples/fdc3-chart-and-grid/js-datagrid/package.json index 6ecba4309..7f09b7577 100644 --- a/examples/fdc3-chart-and-grid/js-datagrid/package.json +++ b/examples/fdc3-chart-and-grid/js-datagrid/package.json @@ -14,7 +14,7 @@ "@angular/cdk": "21.1.5", "@angular/common": "20.3.25", "@angular/compiler": "21.1.5", - "@angular/core": "21.1.5", + "@angular/core": "20.3.25", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "21.1.5", "@angular/material": "21.1.5", diff --git a/examples/fdc3-trade-simulator/js-order-book/package.json b/examples/fdc3-trade-simulator/js-order-book/package.json index 828098bfb..2b2eb5d7f 100644 --- a/examples/fdc3-trade-simulator/js-order-book/package.json +++ b/examples/fdc3-trade-simulator/js-order-book/package.json @@ -13,7 +13,7 @@ "@angular/animations": "21.1.5", "@angular/common": "^20.3.25", "@angular/compiler": "^21.1.5", - "@angular/core": "^21.1.5", + "@angular/core": "^20.3.25", "@angular/forms": "^21.1.5", "@angular/material": "21.1.5", "@angular/platform-browser": "^21.1.5", diff --git a/examples/fdc3-trade-simulator/js-trader-app/package.json b/examples/fdc3-trade-simulator/js-trader-app/package.json index 9e90c3776..4b266be5d 100644 --- a/examples/fdc3-trade-simulator/js-trader-app/package.json +++ b/examples/fdc3-trade-simulator/js-trader-app/package.json @@ -14,7 +14,7 @@ "@angular/cdk": "^21.1.5", "@angular/common": "^20.3.25", "@angular/compiler": "^21.1.5", - "@angular/core": "^21.1.5", + "@angular/core": "^20.3.25", "@angular/forms": "^21.1.5", "@angular/material": "21.1.5", "@angular/platform-browser": "^21.1.5", 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 4b0d4c8f1..ccaf6cf48 100644 --- a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json +++ b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json @@ -14,7 +14,7 @@ "@angular/cdk": "21.1.5", "@angular/common": "20.3.25", "@angular/compiler": "21.1.5", - "@angular/core": "21.1.5", + "@angular/core": "20.3.25", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "21.1.5", "@angular/material": "21.1.5", diff --git a/package-lock.json b/package-lock.json index cec48054a..7377a4614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@angular/cdk": "21.1.5", "@angular/common": "20.3.25", "@angular/compiler": "21.1.5", - "@angular/core": "21.1.5", + "@angular/core": "^20.3.25", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "21.1.5", "@angular/material": "21.1.5", @@ -93,6 +93,31 @@ "rxjs": "^6.5.3 || ^7.4.0" } }, + "examples/fdc3-chart-and-grid/js-datagrid/node_modules/@angular/core": { + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.25.tgz", + "integrity": "sha512-B4XnnR5jzikZDvZ4PjwjAWZMT14dxrKrmJdwa/n0yp7rMPkIJTKF6ZJMg4d1pLWLLSsc2oWHioN3UrWlGqIKnA==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + }, + "peerDependencies": { + "@angular/compiler": "20.3.25", + "rxjs": "^6.5.3 || ^7.4.0", + "zone.js": "~0.15.0" + }, + "peerDependenciesMeta": { + "@angular/compiler": { + "optional": true + }, + "zone.js": { + "optional": true + } + } + }, "examples/fdc3-chart-and-grid/js-datagrid/node_modules/@finos/fdc3": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@finos/fdc3/-/fdc3-2.0.3.tgz", @@ -154,7 +179,7 @@ "@angular/animations": "21.1.5", "@angular/common": "^20.3.25", "@angular/compiler": "^21.1.5", - "@angular/core": "^21.1.5", + "@angular/core": "^20.3.25", "@angular/forms": "^21.1.5", "@angular/material": "21.1.5", "@angular/platform-browser": "^21.1.5", @@ -195,6 +220,31 @@ "rxjs": "^6.5.3 || ^7.4.0" } }, + "examples/fdc3-trade-simulator/js-order-book/node_modules/@angular/core": { + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.25.tgz", + "integrity": "sha512-B4XnnR5jzikZDvZ4PjwjAWZMT14dxrKrmJdwa/n0yp7rMPkIJTKF6ZJMg4d1pLWLLSsc2oWHioN3UrWlGqIKnA==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + }, + "peerDependencies": { + "@angular/compiler": "20.3.25", + "rxjs": "^6.5.3 || ^7.4.0", + "zone.js": "~0.15.0" + }, + "peerDependenciesMeta": { + "@angular/compiler": { + "optional": true + }, + "zone.js": { + "optional": true + } + } + }, "examples/fdc3-trade-simulator/js-order-book/node_modules/@finos/fdc3": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@finos/fdc3/-/fdc3-2.0.3.tgz", @@ -209,7 +259,7 @@ "@angular/cdk": "^21.1.5", "@angular/common": "^20.3.25", "@angular/compiler": "^21.1.5", - "@angular/core": "^21.1.5", + "@angular/core": "^20.3.25", "@angular/forms": "^21.1.5", "@angular/material": "21.1.5", "@angular/platform-browser": "^21.1.5", @@ -250,6 +300,31 @@ "rxjs": "^6.5.3 || ^7.4.0" } }, + "examples/fdc3-trade-simulator/js-trader-app/node_modules/@angular/core": { + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.25.tgz", + "integrity": "sha512-B4XnnR5jzikZDvZ4PjwjAWZMT14dxrKrmJdwa/n0yp7rMPkIJTKF6ZJMg4d1pLWLLSsc2oWHioN3UrWlGqIKnA==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + }, + "peerDependencies": { + "@angular/compiler": "20.3.25", + "rxjs": "^6.5.3 || ^7.4.0", + "zone.js": "~0.15.0" + }, + "peerDependenciesMeta": { + "@angular/compiler": { + "optional": true + }, + "zone.js": { + "optional": true + } + } + }, "examples/js-chart-and-grid-messagerouter/js-chart": { "name": "@morgan-stanley/composeui-example-chart-messagerouter", "version": "0.1.0", @@ -282,7 +357,7 @@ "@angular/cdk": "21.1.5", "@angular/common": "20.3.25", "@angular/compiler": "21.1.5", - "@angular/core": "21.1.5", + "@angular/core": "^20.3.25", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "21.1.5", "@angular/material": "21.1.5", @@ -324,6 +399,31 @@ "rxjs": "^6.5.3 || ^7.4.0" } }, + "examples/js-chart-and-grid-messagerouter/js-datagrid/node_modules/@angular/core": { + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.25.tgz", + "integrity": "sha512-B4XnnR5jzikZDvZ4PjwjAWZMT14dxrKrmJdwa/n0yp7rMPkIJTKF6ZJMg4d1pLWLLSsc2oWHioN3UrWlGqIKnA==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + }, + "peerDependencies": { + "@angular/compiler": "20.3.25", + "rxjs": "^6.5.3 || ^7.4.0", + "zone.js": "~0.15.0" + }, + "peerDependenciesMeta": { + "@angular/compiler": { + "optional": true + }, + "zone.js": { + "optional": true + } + } + }, "node_modules/@acemir/cssom": { "version": "0.9.31", "resolved": "https://registry.npmjs.org/@acemir/cssom/-/cssom-0.9.31.tgz", @@ -1536,6 +1636,7 @@ "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.5.tgz", "integrity": "sha512-m61YHiyE+SIvS8UXcFLjYCucv6ShJJCwz9xxEk7ysYW9wOtHdfIf9tgyOsucZDAvrvpSyQLRj5jGBCGm1VIvXA==", "license": "MIT", + "peer": true, "dependencies": { "tslib": "^2.3.0" }, @@ -26740,7 +26841,7 @@ "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.25", "@angular/compiler": "^20.3.15", - "@angular/core": "^20.3.15", + "@angular/core": "^20.3.25", "@angular/forms": "^20.3.15", "@angular/material": "^20.2.14", "@angular/platform-browser": "^20.3.15", @@ -27266,9 +27367,9 @@ } }, "prototypes/process-explorer/oss-frontend/node_modules/@angular/core": { - "version": "20.3.16", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.16.tgz", - "integrity": "sha512-KSFPKvOmWWLCJBbEO+CuRUXfecX2FRuO0jNi9c54ptXMOPHlK1lIojUnyXmMNzjdHgRug8ci9qDuftvC2B7MKg==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.25.tgz", + "integrity": "sha512-B4XnnR5jzikZDvZ4PjwjAWZMT14dxrKrmJdwa/n0yp7rMPkIJTKF6ZJMg4d1pLWLLSsc2oWHioN3UrWlGqIKnA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -27277,7 +27378,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.3.16", + "@angular/compiler": "20.3.25", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, diff --git a/prototypes/process-explorer/oss-frontend/package.json b/prototypes/process-explorer/oss-frontend/package.json index 32a93018e..ac33e36dc 100644 --- a/prototypes/process-explorer/oss-frontend/package.json +++ b/prototypes/process-explorer/oss-frontend/package.json @@ -16,7 +16,7 @@ "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.25", "@angular/compiler": "^20.3.15", - "@angular/core": "^20.3.15", + "@angular/core": "^20.3.25", "@angular/forms": "^20.3.15", "@angular/material": "^20.2.14", "@angular/platform-browser": "^20.3.15",