diff --git a/package-lock.json b/package-lock.json index 3f224b11..29b02ef9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,17 +10,21 @@ "integrity": "sha512-E2e3rZoZ90QtgO320kmlrm7kFbzFkCyrvCWYUQshJJU/UzCqr6DffVAXTaeehPNLzHBybANxWbSbFab9LQLIwQ==" }, "@ag-grid-community/infinite-row-model": { - "version": "27.0.0", - "resolved": "https://registry.npmjs.org/@ag-grid-community/infinite-row-model/-/infinite-row-model-27.0.0.tgz", - "integrity": "sha512-Awszd8lDBHQA4Wj8Lfi6ynB0McLFzSxrFDRCs4lSMhxRst/SVUq88scCG7eXCW9nEUL54FjMjApUV+FqbiHhrw==", + "version": "31.2.1", + "resolved": "https://registry.npmjs.org/@ag-grid-community/infinite-row-model/-/infinite-row-model-31.2.1.tgz", + "integrity": "sha512-aRJtdA+EOR6q142zp/e62dFf46tFKutZLWnHUkS27+RZE4QxcsRTNP20osVX4GkbvT1mkNS+peyPyDgUJUwwEw==", "requires": { - "@ag-grid-community/core": "~27.0.0" + "@ag-grid-community/core": "31.2.1", + "tslib": "^2.3.0" }, "dependencies": { "@ag-grid-community/core": { - "version": "27.0.0", - "resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-27.0.0.tgz", - "integrity": "sha512-GIKemZ/nkLk8psSlpIsQ5a6+0GpoA4u1ENgxlyTfLC3Qk3u+6fkozLYvZCHG9pK3p66qZ6Bslrz4Hi7xqAccqg==" + "version": "31.2.1", + "resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-31.2.1.tgz", + "integrity": "sha512-tTDt8c6KykR+Y0cNwwbpokkhMmD1L1WVILPwZ0Z3lsSxSkmzGbTKSD2jOSvlw9vpPuAJpU0R5tMe1dfsEXO1YA==", + "requires": { + "tslib": "^2.3.0" + } } } }, @@ -1945,8 +1949,7 @@ "tslib": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", - "dev": true + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" }, "tunnel-agent": { "version": "0.6.0", diff --git a/package.json b/package.json index 1f8de6ed..247bbcaf 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@ag-grid-community/core": "^26.2.1", - "@ag-grid-community/infinite-row-model": "^27.0.0" + "@ag-grid-community/infinite-row-model": "^31.2.1" }, "overrides": { "glob-stream": "$glob-stream"