From 3deec8ee605405d656adc75f4eff6f14bd7dcadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:35:16 +0000 Subject: [PATCH] chore(deps): bump @angular/core from 20.3.16 to 20.3.18 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.16 to 20.3.18. - [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.18/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.18 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 | 121 ++++++++++++++++-- .../oss-frontend/package.json | 2 +- 6 files changed, 116 insertions(+), 15 deletions(-) diff --git a/examples/fdc3-chart-and-grid/js-datagrid/package.json b/examples/fdc3-chart-and-grid/js-datagrid/package.json index 7c6e0038f..ff7ecac3f 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": "21.1.5", "@angular/compiler": "21.1.5", - "@angular/core": "21.1.5", + "@angular/core": "20.3.18", "@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 45965b0a0..5ee5e9a37 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": "^21.1.5", "@angular/compiler": "^21.1.5", - "@angular/core": "^21.1.5", + "@angular/core": "^20.3.18", "@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 c362bb833..985c8fdd5 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": "^21.1.5", "@angular/compiler": "^21.1.5", - "@angular/core": "^21.1.5", + "@angular/core": "^20.3.18", "@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 bbaef2010..056c73edf 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": "21.1.5", "@angular/compiler": "21.1.5", - "@angular/core": "21.1.5", + "@angular/core": "20.3.18", "@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 bb1d96e4e..30c1b7dd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@angular/cdk": "21.1.5", "@angular/common": "21.1.5", "@angular/compiler": "21.1.5", - "@angular/core": "21.1.5", + "@angular/core": "^20.3.18", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "21.1.5", "@angular/material": "21.1.5", @@ -77,6 +77,31 @@ "typescript": "5.9.3" } }, + "examples/fdc3-chart-and-grid/js-datagrid/node_modules/@angular/core": { + "version": "20.3.18", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.18.tgz", + "integrity": "sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + }, + "peerDependencies": { + "@angular/compiler": "20.3.18", + "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", @@ -138,7 +163,7 @@ "@angular/animations": "21.1.5", "@angular/common": "^21.1.5", "@angular/compiler": "^21.1.5", - "@angular/core": "^21.1.5", + "@angular/core": "^20.3.18", "@angular/forms": "^21.1.5", "@angular/material": "21.1.5", "@angular/platform-browser": "^21.1.5", @@ -163,6 +188,31 @@ "typescript": "~5.9.3" } }, + "examples/fdc3-trade-simulator/js-order-book/node_modules/@angular/core": { + "version": "20.3.18", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.18.tgz", + "integrity": "sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + }, + "peerDependencies": { + "@angular/compiler": "20.3.18", + "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", @@ -177,7 +227,7 @@ "@angular/cdk": "^21.1.5", "@angular/common": "^21.1.5", "@angular/compiler": "^21.1.5", - "@angular/core": "^21.1.5", + "@angular/core": "^20.3.18", "@angular/forms": "^21.1.5", "@angular/material": "21.1.5", "@angular/platform-browser": "^21.1.5", @@ -202,6 +252,31 @@ "typescript": "~5.9.3" } }, + "examples/fdc3-trade-simulator/js-trader-app/node_modules/@angular/core": { + "version": "20.3.18", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.18.tgz", + "integrity": "sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + }, + "peerDependencies": { + "@angular/compiler": "20.3.18", + "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-alpha.13", @@ -234,7 +309,7 @@ "@angular/cdk": "21.1.5", "@angular/common": "21.1.5", "@angular/compiler": "21.1.5", - "@angular/core": "21.1.5", + "@angular/core": "^20.3.18", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "21.1.5", "@angular/material": "21.1.5", @@ -260,6 +335,31 @@ "typescript": "5.9.3" } }, + "examples/js-chart-and-grid-messagerouter/js-datagrid/node_modules/@angular/core": { + "version": "20.3.18", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.18.tgz", + "integrity": "sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==", + "license": "MIT", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + }, + "peerDependencies": { + "@angular/compiler": "20.3.18", + "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", @@ -1471,6 +1571,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" }, @@ -26675,7 +26776,7 @@ "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.15", "@angular/compiler": "^20.3.15", - "@angular/core": "^20.3.15", + "@angular/core": "^20.3.18", "@angular/forms": "^20.3.15", "@angular/material": "^20.2.14", "@angular/platform-browser": "^20.3.15", @@ -27201,9 +27302,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.18", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.18.tgz", + "integrity": "sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -27212,7 +27313,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.3.16", + "@angular/compiler": "20.3.18", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, @@ -29315,7 +29416,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "axios": "^1.16.1", + "axios": "1.16.1", "extract-zip": "^2.0.1" }, "bin": { diff --git a/prototypes/process-explorer/oss-frontend/package.json b/prototypes/process-explorer/oss-frontend/package.json index d8a4b47d8..f93c86f85 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.15", "@angular/compiler": "^20.3.15", - "@angular/core": "^20.3.15", + "@angular/core": "^20.3.18", "@angular/forms": "^20.3.15", "@angular/material": "^20.2.14", "@angular/platform-browser": "^20.3.15",