From f2d06d37373481e394f9f3dc6372f9d77766acb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:19:08 -0500 Subject: [PATCH] chore(deps): bump the aggrid group across 1 directory with 2 updates (#1374) 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 33.0.2 to 33.0.4 - [Release notes](https://github.com/ag-grid/ag-grid/releases) - [Commits](https://github.com/ag-grid/ag-grid/compare/v33.0.2...v33.0.4) Updates `ag-grid-react` from 33.0.2 to 33.0.4 - [Release notes](https://github.com/ag-grid/ag-grid/releases) - [Commits](https://github.com/ag-grid/ag-grid/compare/v33.0.2...v33.0.4) --- updated-dependencies: - dependency-name: ag-grid-community dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aggrid - dependency-name: ag-grid-react dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aggrid ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/package-lock.json | 26 +++++++++++++------------- client/package.json | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index b0c821e3d..0dd3100a7 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": "^33.0.2", - "ag-grid-react": "^33.0.2", + "ag-grid-community": "^33.0.4", + "ag-grid-react": "^33.0.4", "axios": "^1.7.9", "media-typer": "^1.1.0", "react": "^18.3.1", @@ -108,24 +108,24 @@ } }, "node_modules/ag-charts-types": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-11.0.0.tgz", - "integrity": "sha512-8KUCZtKaUNjxqvo5E71sP7nBpRHMSv81anK93UCMMWYZC3iBSEF1pxfYS2/GEM9oo5VP65mevDJsq10dp0vooQ==" + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-11.0.4.tgz", + "integrity": "sha512-K/Mi7FXvSCoABLSrqQ70k1QrIL5R6RNCt2NAppOxMEir+DVFPqKZtghruobc2MGVUUKkT9MCn6Dun+fL6yZjfA==" }, "node_modules/ag-grid-community": { - "version": "33.0.2", - "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-33.0.2.tgz", - "integrity": "sha512-ymD2ADPVfsAMNoKRB9BvKYPWo+MSJ2L9gOwiwyBS1TykNwf0bL7kfQParZXcY+h+b8JpfeVbx4oGDLZBEe3Gag==", + "version": "33.0.4", + "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-33.0.4.tgz", + "integrity": "sha512-iBD8g8bNIl95w9CzCQpDid+eTdmOoT39204sPUOhE9eE50vfoDHIaF5U4fRYQHbLsT4bwbXfQYdsqBAOLJL24w==", "dependencies": { - "ag-charts-types": "11.0.0" + "ag-charts-types": "11.0.4" } }, "node_modules/ag-grid-react": { - "version": "33.0.2", - "resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-33.0.2.tgz", - "integrity": "sha512-qgwnNoBZ18H18kCHnwHoGvH1U9nl2CHbSmlfCtg3TC1NUr17IjoiXMSqA0gVdsAo3LyLPN4fYatwQsVIpiWmvw==", + "version": "33.0.4", + "resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-33.0.4.tgz", + "integrity": "sha512-0Y54BmY03athtqfpO5kTR/gjyP6Qw4LP+EQD2duBZ3yj4SWWlwE1Ob7Lc7OuZRHxl2dxLQy2edagJHrqnmopKw==", "dependencies": { - "ag-grid-community": "33.0.2", + "ag-grid-community": "33.0.4", "prop-types": "^15.8.1" }, "peerDependencies": { diff --git a/client/package.json b/client/package.json index 578da1c4e..cd6119c08 100644 --- a/client/package.json +++ b/client/package.json @@ -9,8 +9,8 @@ "vscode": "^1.89.0" }, "dependencies": { - "ag-grid-community": "^33.0.2", - "ag-grid-react": "^33.0.2", + "ag-grid-community": "^33.0.4", + "ag-grid-react": "^33.0.4", "axios": "^1.7.9", "media-typer": "^1.1.0", "react": "^18.3.1",