diff --git a/package-lock.json b/package-lock.json index 4503edf..39cf8d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2292,15 +2292,26 @@ } } }, - "ag-grid-community": { - "version": "22.1.1", - "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-22.1.1.tgz", - "integrity": "sha512-FNyv9e9JIuuR8NNi/r3NjIjUVy2/K5GgPjwQ63g9/Z4U8EudQZLINGMVKI6OwtZfWyyNSd0hQDCNsdvx0OR1WQ==" + "ag-charts-community": { + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/ag-charts-community/-/ag-charts-community-9.3.2.tgz", + "integrity": "sha512-jw2llxTYzGAZ24m7eQsKS24BnJBhspZKsL03DbqH0wxLepbEcC3eeWICe+02TBQCbFVsWmSsYukjzQg3FkVWRw==" }, "ag-grid-enterprise": { - "version": "22.1.1", - "resolved": "https://registry.npmjs.org/ag-grid-enterprise/-/ag-grid-enterprise-22.1.1.tgz", - "integrity": "sha512-TLZi9++lrxlCQY2SI+5b4VXDP2O/P0ssUQSelifA2CvwwGzQcPkPWZQKrIHlCkIHBuBoJ9OiEw7GX3AIuoBUug==" + "version": "31.3.4", + "resolved": "https://registry.npmjs.org/ag-grid-enterprise/-/ag-grid-enterprise-31.3.4.tgz", + "integrity": "sha512-kreGRsFjz41APXXchLcQFtginnrmIGQYH48p7ydz33x8v+aja06HS5yEM6NP8j+VVHX43LeXnsl5Y4TLRgSoeg==", + "requires": { + "ag-charts-community": "9.3.2", + "ag-grid-community": "31.3.4" + }, + "dependencies": { + "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==" + } + } }, "ag-grid-react": { "version": "22.1.1", diff --git a/package.json b/package.json index 0258c18..2899d0c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", - "ag-grid-enterprise": "^22.1.1", + "ag-grid-enterprise": "^31.3.4", "ag-grid-react": "^22.1.1", "react": "^16.13.0", "react-dom": "^16.13.0",