diff --git a/package-lock.json b/package-lock.json index 3f224b11..2dbfe474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,16 @@ { "name": "exide", - "version": "3.5.1", + "version": "3.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { "@ag-grid-community/core": { - "version": "26.2.1", - "resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-26.2.1.tgz", - "integrity": "sha512-E2e3rZoZ90QtgO320kmlrm7kFbzFkCyrvCWYUQshJJU/UzCqr6DffVAXTaeehPNLzHBybANxWbSbFab9LQLIwQ==" + "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" + } }, "@ag-grid-community/infinite-row-model": { "version": "27.0.0", @@ -1945,8 +1948,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..a7d86105 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "request": "^2.88.2" }, "dependencies": { - "@ag-grid-community/core": "^26.2.1", + "@ag-grid-community/core": "^31.3.1", "@ag-grid-community/infinite-row-model": "^27.0.0" }, "overrides": {