From 43ac1b4e80f006466c5bfcf491f578c12833bfe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 07:05:31 +0000 Subject: [PATCH] chore(deps): bump @finos/fdc3 from 2.0.3 to 2.1.0 Bumps [@finos/fdc3](https://github.com/finos/FDC3) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/finos/FDC3/releases) - [Changelog](https://github.com/finos/FDC3/blob/main/CHANGELOG.md) - [Commits](https://github.com/finos/FDC3/commits/v2.1) --- updated-dependencies: - dependency-name: "@finos/fdc3" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../js-datagrid/package.json | 2 +- package-lock.json | 23 +++++++++++++++---- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/examples/fdc3-chart-and-grid/js-datagrid/package.json b/examples/fdc3-chart-and-grid/js-datagrid/package.json index ff10b68c5..16b9761df 100644 --- a/examples/fdc3-chart-and-grid/js-datagrid/package.json +++ b/examples/fdc3-chart-and-grid/js-datagrid/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "17.3.7", "@angular/platform-browser-dynamic": "17.3.7", "@angular/router": "17.3.7", - "@finos/fdc3": "2.0.3", + "@finos/fdc3": "2.1.0", "material-icons": "1.13.12", "rxjs": "7.8.1", "tslib": "2.6.2", diff --git a/package-lock.json b/package-lock.json index 6906a2737..b15147374 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "@angular/platform-browser": "17.3.7", "@angular/platform-browser-dynamic": "17.3.7", "@angular/router": "17.3.7", - "@finos/fdc3": "2.0.3", + "@finos/fdc3": "2.1.0", "material-icons": "1.13.12", "rxjs": "7.8.1", "tslib": "2.6.2", @@ -3222,9 +3222,24 @@ } }, "node_modules/@finos/fdc3": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@finos/fdc3/-/fdc3-2.0.3.tgz", - "integrity": "sha512-sq+iGbjU6yRl7xHhp62nB1tV4biFaHZgUAInzPTJvzXWl9xjZMmXvvbeZW6WGZaCSvjQhJPSrmWs+4z2c73T+g==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@finos/fdc3/-/fdc3-2.1.0.tgz", + "integrity": "sha512-GYEYNlWbB2iZhOGiQ6DSYQsXx8sqwyHw6gT0cJnzqGH5+fYxgWUias//2A8XDCrPKZH9Pml/wDDH3HFhvRsvdw==", + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "4.14.1" + } + }, + "node_modules/@finos/fdc3/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.14.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.14.1.tgz", + "integrity": "sha512-9Q7DGjZN+hTdJomaQ3Iub4m6VPu1r94bmK2z3UeWP3dGUecRC54tmVu9vKHTm1bOt3ASoYtEz6JSRLFzrysKlA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] }, "node_modules/@hutson/parse-repository-url": { "version": "3.0.2",