diff --git a/client/package-lock.json b/client/package-lock.json index 67a362171..61a783aee 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": "^34.0.0", - "ag-grid-react": "^34.0.0", + "ag-grid-community": "^34.1.1", + "ag-grid-react": "^34.1.1", "axios": "^1.11.0", "highlight.js": "^11.11.1", "marked": "^16.1.1", @@ -112,24 +112,27 @@ } }, "node_modules/ag-charts-types": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-12.0.0.tgz", - "integrity": "sha512-/SFzPVLnCzRDsEV6Lh/dqdbdgSowK23jBogYAWLZnQuHjM3o7wbV78yv4WXlQSb5TcubNk3GEdhRLgIMR17WIg==" + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-12.1.1.tgz", + "integrity": "sha512-VbAOfp1E7+Z/TBufJOIjUYdx70kQRDg49WoluiVKVSB0r0el/uvxARp9xjzx4ByBq9+Xq/V23tJVsRj1MS2A/g==", + "license": "MIT" }, "node_modules/ag-grid-community": { - "version": "34.0.0", - "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-34.0.0.tgz", - "integrity": "sha512-mSHETYazOYHxYpA4p4fea/iJhM7SW0t12gaSaoS4wOLUEwo0vI+Lgq3F9ZSAyErcXpj9MLCSmRqQrpzBn3epHQ==", + "version": "34.1.1", + "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-34.1.1.tgz", + "integrity": "sha512-ODVvGoMTkyGvMT8b5lzvum5r93bG6CKdJdNrk6u/aYS7oqZ5rUEXJJHC8n8Zq+o76KhFiXMBQrU39xuhz8i+Tg==", + "license": "MIT", "dependencies": { - "ag-charts-types": "12.0.0" + "ag-charts-types": "12.1.1" } }, "node_modules/ag-grid-react": { - "version": "34.0.0", - "resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-34.0.0.tgz", - "integrity": "sha512-PuLvms8EN+0+xkpBqWIVtsD4c6zma9sWSKEiCWdD8BLMSA0ZOkQE3oH9yOE1IFJ3Ji32eDm/smIKi/9EQCn3YQ==", + "version": "34.1.1", + "resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-34.1.1.tgz", + "integrity": "sha512-ZffTltCJe5+yzC57LVTMFpjZiYUzFiX8+G4NNfM1MfiLV6cMl5kCEE6w3Afc0nSt8b1JCAZOiX6K0+VXqjIfYQ==", + "license": "MIT", "dependencies": { - "ag-grid-community": "34.0.0", + "ag-grid-community": "34.1.1", "prop-types": "^15.8.1" }, "peerDependencies": { diff --git a/client/package.json b/client/package.json index 3fe34b381..524d6ab91 100644 --- a/client/package.json +++ b/client/package.json @@ -9,8 +9,8 @@ "vscode": "^1.89.0" }, "dependencies": { - "ag-grid-community": "^34.0.0", - "ag-grid-react": "^34.0.0", + "ag-grid-community": "^34.1.1", + "ag-grid-react": "^34.1.1", "axios": "^1.11.0", "highlight.js": "^11.11.1", "marked": "^16.1.1",