From a80f72fab7ea5dd9a03a0b16e686f0935202b2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:55:54 +0000 Subject: [PATCH] chore(deps): bump ag-grid-community from 31.0.0 to 33.1.1 in /frontend Bumps [ag-grid-community](https://github.com/ag-grid/ag-grid) from 31.0.0 to 33.1.1. - [Release notes](https://github.com/ag-grid/ag-grid/releases) - [Commits](https://github.com/ag-grid/ag-grid/compare/v31.0.0...v33.1.1) --- updated-dependencies: - dependency-name: ag-grid-community dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 26 +++++++++++++++++++++----- frontend/package.json | 2 +- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4639ea6e55..537cc86d13 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -22,11 +22,11 @@ "@popperjs/core": "^2.11.6", "@redocly/json-to-json-schema": "^0.0.1", "@tanstack/svelte-table": "^8.9.9", - "@windmill-labs/svelte-dnd-action": "latest", + "@windmill-labs/svelte-dnd-action": "*", "@xyflow/svelte": "^0.1.15", "ag-charts-community": "^9.0.1", "ag-charts-enterprise": "^9.0.1", - "ag-grid-community": "^31.0.0", + "ag-grid-community": "^33.1.1", "ag-grid-enterprise": "^31.0.0", "ansi_up": "^5.2.1", "chart.js": "^4.4.6", @@ -3166,10 +3166,20 @@ "ag-charts-community": "9.0.1" } }, + "node_modules/ag-charts-types": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-11.1.1.tgz", + "integrity": "sha512-bRmUcf5VVhEEekhX8Vk0NSwa8Te8YM/zchjyYKR2CX4vDYiwoohM1Jg9RFvbIhVbLC1S6QrPEbx5v2C6RDfpSA==", + "license": "MIT" + }, "node_modules/ag-grid-community": { - "version": "31.0.0", - "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-31.0.0.tgz", - "integrity": "sha512-OUrXSAbLs0s5DTL9G/J626IKF2mzENHtLzLo5SV0RMO34ZzQANZd1mWlahT0uhZyUFnhyyEEecJBE5nSI88VEw==" + "version": "33.1.1", + "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-33.1.1.tgz", + "integrity": "sha512-CNubIro0ipj4nfQ5WJPG9Isp7UI6MMDvNzrPdHNf3W+IoM8Uv3RUhjEn7xQqpQHuu6o/tMjrqpacipMUkhzqnw==", + "license": "MIT", + "dependencies": { + "ag-charts-types": "11.1.1" + } }, "node_modules/ag-grid-enterprise": { "version": "31.0.0", @@ -3179,6 +3189,12 @@ "ag-grid-community": "~31.0.0" } }, + "node_modules/ag-grid-enterprise/node_modules/ag-grid-community": { + "version": "31.0.3", + "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-31.0.3.tgz", + "integrity": "sha512-k81YmLaOQOab9BavYD+Pw2smZSl6TXOJqj9hRuf70XQl3EknOHCGcra7joJxZRJLMKE/HdR+u33TNyX4TCuWfg==", + "license": "MIT" + }, "node_modules/agentkeepalive": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz", diff --git a/frontend/package.json b/frontend/package.json index 2373de8154..444e2c29aa 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -101,7 +101,7 @@ "@xyflow/svelte": "^0.1.15", "ag-charts-community": "^9.0.1", "ag-charts-enterprise": "^9.0.1", - "ag-grid-community": "^31.0.0", + "ag-grid-community": "^33.1.1", "ag-grid-enterprise": "^31.0.0", "ansi_up": "^5.2.1", "chart.js": "^4.4.6",