diff --git a/client/package-lock.json b/client/package-lock.json index 9ce25c0e7..b515a37c5 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.3.3", - "ag-grid-react": "^32.3.3", + "ag-grid-community": "^33.0.2", + "ag-grid-react": "^33.0.2", "axios": "^1.7.7", "media-typer": "^1.1.0", "react": "^18.3.1", @@ -108,24 +108,24 @@ } }, "node_modules/ag-charts-types": { - "version": "10.3.3", - "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.3.3.tgz", - "integrity": "sha512-8rmyquaTkwfP4Lzei/W/cbkq9wwEl8+grIo3z97mtxrMIXh9sHJK1oJipd/u08MmBZrca5Jjtn5F1+UNPu/4fQ==" + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-11.0.0.tgz", + "integrity": "sha512-8KUCZtKaUNjxqvo5E71sP7nBpRHMSv81anK93UCMMWYZC3iBSEF1pxfYS2/GEM9oo5VP65mevDJsq10dp0vooQ==" }, "node_modules/ag-grid-community": { - "version": "32.3.3", - "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-32.3.3.tgz", - "integrity": "sha512-KhSJ3B6mwRFA4cLjNjOZkDndJBh8o83794ZHl4Q7xP9MJf43oCN9qoZ8pyBanohgpVfLcP0scYYCr9xIlzjdiA==", + "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==", "dependencies": { - "ag-charts-types": "10.3.3" + "ag-charts-types": "11.0.0" } }, "node_modules/ag-grid-react": { - "version": "32.3.3", - "resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-32.3.3.tgz", - "integrity": "sha512-0u6oYoSHf7P2eRgK8FtnXix+bW8hcbiGXhYhg+UpYJHNlKug+spNqjGSzX43f70AZ2QpOBLsL7Bz2FPsadv3HA==", + "version": "33.0.2", + "resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-33.0.2.tgz", + "integrity": "sha512-qgwnNoBZ18H18kCHnwHoGvH1U9nl2CHbSmlfCtg3TC1NUr17IjoiXMSqA0gVdsAo3LyLPN4fYatwQsVIpiWmvw==", "dependencies": { - "ag-grid-community": "32.3.3", + "ag-grid-community": "33.0.2", "prop-types": "^15.8.1" }, "peerDependencies": { diff --git a/client/package.json b/client/package.json index 825ede879..9280fa52e 100644 --- a/client/package.json +++ b/client/package.json @@ -9,8 +9,8 @@ "vscode": "^1.89.0" }, "dependencies": { - "ag-grid-community": "^32.3.3", - "ag-grid-react": "^32.3.3", + "ag-grid-community": "^33.0.2", + "ag-grid-react": "^33.0.2", "axios": "^1.7.7", "media-typer": "^1.1.0", "react": "^18.3.1",