From c1c8f3f161e93bb3abb1c52737ec8ca19f98d53e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:45:20 +0000 Subject: [PATCH] chore(deps): bump rxjs from 7.8.1 to 7.8.2 Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.8.1 to 7.8.2. - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md) - [Commits](https://github.com/reactivex/rxjs/compare/7.8.1...7.8.2) --- updated-dependencies: - dependency-name: rxjs dependency-version: 7.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../js-datagrid/package.json | 2 +- .../js-datagrid/package.json | 2 +- package-lock.json | 20 ++++--------------- 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/examples/fdc3-chart-and-grid/js-datagrid/package.json b/examples/fdc3-chart-and-grid/js-datagrid/package.json index d8884566d..45d0d1e24 100644 --- a/examples/fdc3-chart-and-grid/js-datagrid/package.json +++ b/examples/fdc3-chart-and-grid/js-datagrid/package.json @@ -23,7 +23,7 @@ "@angular/router": "17.3.12", "@finos/fdc3": "~2.0.3", "material-icons": "1.13.14", - "rxjs": "7.8.1", + "rxjs": "7.8.2", "tslib": "2.8.1", "zone.js": "0.14.0" }, 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 a75e7421e..1121e3c74 100644 --- a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json +++ b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json @@ -23,7 +23,7 @@ "@angular/router": "17.3.12", "material-icons": "1.13.14", "@morgan-stanley/composeui-messaging-client": "*", - "rxjs": "7.8.1", + "rxjs": "7.8.2", "tslib": "2.8.1", "zone.js": "0.14.0" }, diff --git a/package-lock.json b/package-lock.json index e1d79a4db..81b450289 100644 --- a/package-lock.json +++ b/package-lock.json @@ -107,7 +107,7 @@ "@angular/router": "17.3.12", "@finos/fdc3": "~2.0.3", "material-icons": "1.13.14", - "rxjs": "7.8.1", + "rxjs": "7.8.2", "tslib": "2.8.1", "zone.js": "0.14.0" }, @@ -129,13 +129,6 @@ "version": "2.0.3", "license": "Apache-2.0" }, - "examples/fdc3-chart-and-grid/js-datagrid/node_modules/rxjs": { - "version": "7.8.1", - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.1.0" - } - }, "examples/fdc3-pricing-and-chat/js-chat": { "name": "@morgan-stanley/composeui-example-chat", "version": "0.1.0-alpha.1", @@ -448,7 +441,7 @@ "@angular/router": "17.3.12", "@morgan-stanley/composeui-messaging-client": "*", "material-icons": "1.13.14", - "rxjs": "7.8.1", + "rxjs": "7.8.2", "tslib": "2.8.1", "zone.js": "0.14.0" }, @@ -466,13 +459,6 @@ "typescript": "5.4.5" } }, - "examples/js-chart-and-grid-messagerouter/js-datagrid/node_modules/rxjs": { - "version": "7.8.1", - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.1.0" - } - }, "node_modules/@ampproject/remapping": { "version": "2.3.0", "dev": true, @@ -17221,6 +17207,8 @@ }, "node_modules/rxjs": { "version": "7.8.2", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", + "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0"