diff --git a/package-lock.json b/package-lock.json index 3f224b11..3f3ced22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "exide", - "version": "3.5.1", + "version": "3.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -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.3.1", + "resolved": "https://registry.npmjs.org/@ag-grid-community/infinite-row-model/-/infinite-row-model-31.3.1.tgz", + "integrity": "sha512-BwIyQm/fcHMSC53DaJMmuwWFocv/+QxG4DdBWPiBvKv9e8HqGbCEnN1ocieY6qxyqY5i3YhGb0ROji3fN7hNnA==", "requires": { - "@ag-grid-community/core": "~27.0.0" + "@ag-grid-community/core": "31.3.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.3.1", + "resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-31.3.1.tgz", + "integrity": "sha512-B7mzUWfU7ksojKjQyOuT4R6vlp3J2jbMjBlQ5xqLAxanM46b8tv0tVo29mES41dBhQwOEf7ElQpvvXqRsND6+g==", + "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 a1951acd..6d425570 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.3.1" }, "overrides": { "glob-stream": "$glob-stream"