diff --git a/package-lock.json b/package-lock.json index ae2d70cd..fc7847ca 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.0.1", + "resolved": "https://registry.npmjs.org/@ag-grid-community/infinite-row-model/-/infinite-row-model-32.0.1.tgz", + "integrity": "sha512-lArGyrDH8rCPnFbSRjRrkuao4aJRR2THwRxWZIWHgqWyGnpMCStKPH9GACYkWs1LqbLqN3tGvYAxfUiLZB87Fg==", "requires": { - "@ag-grid-community/core": "~27.0.0" + "@ag-grid-community/core": "32.0.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": "32.0.1", + "resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-32.0.1.tgz", + "integrity": "sha512-aJhgwaYAnoZzFDHJwwz8qS4wOLfthAOgmsliPLfjm9hbYQhueyU4a6T3osq+rT4vc8w9lea2ZQKzYdkl8sNTVg==", + "requires": { + "ag-charts-types": "10.0.1", + "tslib": "^2.3.0" + } } } }, @@ -291,6 +296,11 @@ "@types/node": "*" } }, + "ag-charts-types": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.0.1.tgz", + "integrity": "sha512-o8aXJfO5lsLGu4jE/2MiTogLCfdJ8UCmrWNPb+AWU0YutCrBHO0uWbSuqzabZxZ4WHxwwRtTllZMT6WqTdz+qg==" + }, "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..7d98abe7 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.0.1" }, "overrides": { "glob-stream": "$glob-stream"