From cdbdb03637078d469151dcc8c13424ba5bfe7f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:25:18 +0000 Subject: [PATCH] chore(deps): bump the aggrid group across 1 directory with 2 updates Bumps the aggrid group with 2 updates in the /client directory: [ag-grid-community](https://github.com/ag-grid/ag-grid) and [ag-grid-react](https://github.com/ag-grid/ag-grid). Updates `ag-grid-community` from 32.2.0 to 32.3.2 - [Release notes](https://github.com/ag-grid/ag-grid/releases) - [Commits](https://github.com/ag-grid/ag-grid/compare/v32.2.0...v32.3.2) Updates `ag-grid-react` from 32.2.0 to 32.3.2 - [Release notes](https://github.com/ag-grid/ag-grid/releases) - [Commits](https://github.com/ag-grid/ag-grid/compare/v32.2.0...v32.3.2) --- updated-dependencies: - dependency-name: ag-grid-community dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aggrid - dependency-name: ag-grid-react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aggrid ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 30 +++++++++++++++--------------- client/package.json | 4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 48419ca70..e101c0972 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9,8 +9,8 @@ "version": "0.0.1", "license": "Apache-2.0", "dependencies": { - "ag-grid-community": "^32.2.0", - "ag-grid-react": "^32.2.0", + "ag-grid-community": "^32.3.2", + "ag-grid-react": "^32.3.2", "axios": "^1.7.7", "media-typer": "^1.1.0", "react": "^18.3.1", @@ -108,29 +108,29 @@ } }, "node_modules/ag-charts-types": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.2.0.tgz", - "integrity": "sha512-PUqH1QtugpYLnlbMdeSZVf5PpT1XZVsP69qN1JXhetLtQpVC28zaj7ikwu9CMA9N9b+dBboA9QcjUQUJZVUokQ==" + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.3.1.tgz", + "integrity": "sha512-oZvu9vJLk6lmzaYi0TmVVmHFZJpVNFziU0bnllx4wR3muXCmnxz5LouKIZ8CYnNiC7VO5HmHNlFu+0DmEO5zxg==" }, "node_modules/ag-grid-community": { - "version": "32.2.0", - "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-32.2.0.tgz", - "integrity": "sha512-zr29DGo6U4JR6pSOgZrZWuN1CTWdpUCfZWWpF47us6MzdFWGN5gcdiXGw40wg9XMGacShNX1aW8o33S4yVkzMw==", + "version": "32.3.2", + "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-32.3.2.tgz", + "integrity": "sha512-ZrgS7+F0JKV6+sy7VQdt+9xhOJd6TAnXXEmw20ByG6AZdcIDEKBRHW7TfNwUqisXJjGKoaXnYByuMz7rL9PcPg==", "dependencies": { - "ag-charts-types": "10.2.0" + "ag-charts-types": "10.3.1" } }, "node_modules/ag-grid-react": { - "version": "32.2.0", - "resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-32.2.0.tgz", - "integrity": "sha512-9jPyvcY0+7fP/XzL/oMLBve/ox1gFWtl/aQ/+fvQ5AEnDJxN8P84Kp5JapMsPLkSf9WI/5fOCoIKHSaXcU7mNQ==", + "version": "32.3.2", + "resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-32.3.2.tgz", + "integrity": "sha512-jKYiqf2KJI3foIcJHwRzK6ZddXGX3nkxV16aRnOUm9DzFzHKTrgdfxKS+zvhS0TzlkmqRGmq3M4WEgPcuHZH9A==", "dependencies": { - "ag-grid-community": "32.2.0", + "ag-grid-community": "32.3.2", "prop-types": "^15.8.1" }, "peerDependencies": { - "react": "^16.3.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/agent-base": { diff --git a/client/package.json b/client/package.json index 10ecb2fc1..c15b9d092 100644 --- a/client/package.json +++ b/client/package.json @@ -9,8 +9,8 @@ "vscode": "^1.82.0" }, "dependencies": { - "ag-grid-community": "^32.2.0", - "ag-grid-react": "^32.2.0", + "ag-grid-community": "^32.3.2", + "ag-grid-react": "^32.3.2", "axios": "^1.7.7", "media-typer": "^1.1.0", "react": "^18.3.1",