diff --git a/package-lock.json b/package-lock.json index ae2d70cd..e42137da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "exide", - "version": "3.5.2", + "version": "3.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -10,17 +10,22 @@ "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": "32.1.0", + "resolved": "https://registry.npmjs.org/@ag-grid-community/infinite-row-model/-/infinite-row-model-32.1.0.tgz", + "integrity": "sha512-+otBbrRgP+10CzYIyKj3BfL7GBs3f4xtQy7l6Wm9e74M4zfIW805x92xV+x65pkrX5L0VZRlKOPWhsoI1h2seQ==", "requires": { - "@ag-grid-community/core": "~27.0.0" + "@ag-grid-community/core": "32.1.0", + "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": "32.1.0", + "resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-32.1.0.tgz", + "integrity": "sha512-fHpgSZa/aBjg2DdOzooDxILFZqxmxP8vsjRfeZVtqby19mTKwNAclE7Z6rWzOA0GYjgN9s8JwLFcNA5pvfswMg==", + "requires": { + "ag-charts-types": "10.1.0", + "tslib": "^2.3.0" + } } } }, @@ -291,6 +296,11 @@ "@types/node": "*" } }, + "ag-charts-types": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.1.0.tgz", + "integrity": "sha512-pk9ft8hbgTXJ/thI/SEUR1BoauNplYExpcHh7tMOqVikoDsta1O15TB1ZL4XWnl4TPIzROBmONKsz7d8a2HBuQ==" + }, "aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", @@ -1953,8 +1963,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 90d96959..fd5c924c 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": "^32.1.0" }, "overrides": { "glob-stream": "$glob-stream"