From ca72ada7aab16f9c1eeb49f492948bf025a7c8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:02:53 +0000 Subject: [PATCH] chore(deps): bump ag-grid-community from 31.3.4 to 35.1.0 in /frontend Bumps [ag-grid-community](https://github.com/ag-grid/ag-grid) from 31.3.4 to 35.1.0. - [Release notes](https://github.com/ag-grid/ag-grid/releases) - [Commits](https://github.com/ag-grid/ag-grid/compare/v31.3.4...release-35.1.0) --- updated-dependencies: - dependency-name: ag-grid-community dependency-version: 35.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 25 ++++++++++++++++++++----- frontend/package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e49c34127e..358aedeccc 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -31,7 +31,7 @@ "@xyflow/svelte": "^1.0.0", "ag-charts-community": "^9.0.1", "ag-charts-enterprise": "^9.0.1", - "ag-grid-community": "^31.3.4", + "ag-grid-community": "^35.1.0", "ag-grid-enterprise": "^31.3.4", "ansi_up": "^6.0.6", "chart.js": "^4.4.6", @@ -2920,12 +2920,21 @@ "ag-charts-community": "9.3.2" } }, - "node_modules/ag-grid-community": { - "version": "31.3.4", - "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-31.3.4.tgz", - "integrity": "sha512-jOxQO86C6eLnk1GdP24HB6aqaouFzMWizgfUwNY5MnetiWzz9ZaAmOGSnW/XBvdjXvC5Fpk3gSbvVKKQ7h9kBw==", + "node_modules/ag-charts-types": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-13.1.0.tgz", + "integrity": "sha512-DytRM3CXli+Y013SC1Mr8lQBrhVTACK+11ilDHOhwUM0sRpmGuR51XFGcBKOliW1Vas1AycP31Cm3Pp0jx3hqw==", "license": "MIT" }, + "node_modules/ag-grid-community": { + "version": "35.1.0", + "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-35.1.0.tgz", + "integrity": "sha512-yWFQfRNjv3KUBkHHzFdDOYGjPcDMU0B8Up4qG651diFlGRUGEGVs94SK73niWvk1FDZdpV9oWrwq3f30/qAoVg==", + "license": "MIT", + "dependencies": { + "ag-charts-types": "13.1.0" + } + }, "node_modules/ag-grid-enterprise": { "version": "31.3.4", "resolved": "https://registry.npmjs.org/ag-grid-enterprise/-/ag-grid-enterprise-31.3.4.tgz", @@ -2936,6 +2945,12 @@ "ag-grid-community": "31.3.4" } }, + "node_modules/ag-grid-enterprise/node_modules/ag-grid-community": { + "version": "31.3.4", + "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-31.3.4.tgz", + "integrity": "sha512-jOxQO86C6eLnk1GdP24HB6aqaouFzMWizgfUwNY5MnetiWzz9ZaAmOGSnW/XBvdjXvC5Fpk3gSbvVKKQ7h9kBw==", + "license": "MIT" + }, "node_modules/ajv": { "version": "8.17.1", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", diff --git a/frontend/package.json b/frontend/package.json index 580b6867d5..42abba5f4c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -103,7 +103,7 @@ "@xyflow/svelte": "^1.0.0", "ag-charts-community": "^9.0.1", "ag-charts-enterprise": "^9.0.1", - "ag-grid-community": "^31.3.4", + "ag-grid-community": "^35.1.0", "ag-grid-enterprise": "^31.3.4", "ansi_up": "^6.0.6", "chart.js": "^4.4.6",