From dba57bb0fe532e1417c667d951e05aef9a23685e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:22:52 +0000 Subject: [PATCH] Bump ag-grid-community from 26.2.1 to 32.0.1 in /Rio.Web Bumps [ag-grid-community](https://github.com/ag-grid/ag-grid) from 26.2.1 to 32.0.1. - [Release notes](https://github.com/ag-grid/ag-grid/releases) - [Commits](https://github.com/ag-grid/ag-grid/commits/v32.0.1) --- updated-dependencies: - dependency-name: ag-grid-community dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Rio.Web/package-lock.json | 16 ++++++++++++---- Rio.Web/package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Rio.Web/package-lock.json b/Rio.Web/package-lock.json index 7e388aa8..0212db1c 100644 --- a/Rio.Web/package-lock.json +++ b/Rio.Web/package-lock.json @@ -24,7 +24,7 @@ "@tinymce/tinymce-angular": "^6.0.0", "@types/geojson": "^7946.0.7", "ag-grid-angular": "^26.1.0", - "ag-grid-community": "^26.1.0", + "ag-grid-community": "^32.0.1", "angular-oauth2-oidc": "^12.1.0", "angular-oauth2-oidc-jwks": "^12.0.0", "bootstrap": "^4.4.1", @@ -4856,6 +4856,11 @@ "node": ">=6.0" } }, + "node_modules/ag-charts-types": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.0.1.tgz", + "integrity": "sha512-o8aXJfO5lsLGu4jE/2MiTogLCfdJ8UCmrWNPb+AWU0YutCrBHO0uWbSuqzabZxZ4WHxwwRtTllZMT6WqTdz+qg==" + }, "node_modules/ag-grid-angular": { "version": "26.2.0", "resolved": "https://registry.npmjs.org/ag-grid-angular/-/ag-grid-angular-26.2.0.tgz", @@ -4875,9 +4880,12 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/ag-grid-community": { - "version": "26.2.1", - "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-26.2.1.tgz", - "integrity": "sha512-aChSGNdPkBda4BhOUUEAmAkRlIG7rFU8UTXx3NPStavrCOHKLDRV90djIKuiXfM6ONBqKmeqw2as0yuLnSN8dw==" + "version": "32.0.1", + "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-32.0.1.tgz", + "integrity": "sha512-/eimCgJqMeyFxpJMTQuCtedKzk+BIInqhRdKdoQG8MD3yjrs/AWQFAcT6MP0T64CuNd85mxwB2t+3Ggb+S8hdA==", + "dependencies": { + "ag-charts-types": "10.0.1" + } }, "node_modules/agent-base": { "version": "6.0.2", diff --git a/Rio.Web/package.json b/Rio.Web/package.json index c6eb3069..3f02baaf 100644 --- a/Rio.Web/package.json +++ b/Rio.Web/package.json @@ -37,7 +37,7 @@ "@tinymce/tinymce-angular": "^6.0.0", "@types/geojson": "^7946.0.7", "ag-grid-angular": "^26.1.0", - "ag-grid-community": "^26.1.0", + "ag-grid-community": "^32.0.1", "angular-oauth2-oidc": "^12.1.0", "angular-oauth2-oidc-jwks": "^12.0.0", "bootstrap": "^4.4.1",