diff --git a/package-lock.json b/package-lock.json index 735c6a7..e5e0783 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.13.0", "dependencies": { "@ag-grid-community/client-side-row-model": "^32.2.0", - "@ag-grid-community/core": "^32.2.0", + "@ag-grid-community/core": "^32.3.5", "@ag-grid-community/csv-export": "^32.2.0", "@ag-grid-community/react": "^32.2.0", "@ag-grid-community/styles": "^32.2.0", @@ -56,7 +56,7 @@ "tslib": "^2.3.0" } }, - "node_modules/@ag-grid-community/core": { + "node_modules/@ag-grid-community/client-side-row-model/node_modules/@ag-grid-community/core": { "version": "32.2.2", "resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-32.2.2.tgz", "integrity": "sha512-8w++Q5DKbFKhee7ZZ3HCx6KkMTHVwtV+xNwN/RJZneQ3WkXJYvsnkgVWmiwtglEo1iuMArxTz6pqOz/p23TBxA==", @@ -66,6 +66,22 @@ "tslib": "^2.3.0" } }, + "node_modules/@ag-grid-community/client-side-row-model/node_modules/ag-charts-types": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.2.0.tgz", + "integrity": "sha512-PUqH1QtugpYLnlbMdeSZVf5PpT1XZVsP69qN1JXhetLtQpVC28zaj7ikwu9CMA9N9b+dBboA9QcjUQUJZVUokQ==", + "license": "MIT" + }, + "node_modules/@ag-grid-community/core": { + "version": "32.3.5", + "resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-32.3.5.tgz", + "integrity": "sha512-RGL3RyPCKC4R2fcG1gXdk7rs+CXig23wufTFJfbE46aQDxg941ww07G0cDS5Z5u/6btM9GJkxlwcR0JVEI003A==", + "license": "MIT", + "dependencies": { + "ag-charts-types": "10.3.5", + "tslib": "^2.3.0" + } + }, "node_modules/@ag-grid-community/csv-export": { "version": "32.2.2", "resolved": "https://registry.npmjs.org/@ag-grid-community/csv-export/-/csv-export-32.2.2.tgz", @@ -76,6 +92,22 @@ "tslib": "^2.3.0" } }, + "node_modules/@ag-grid-community/csv-export/node_modules/@ag-grid-community/core": { + "version": "32.2.2", + "resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-32.2.2.tgz", + "integrity": "sha512-8w++Q5DKbFKhee7ZZ3HCx6KkMTHVwtV+xNwN/RJZneQ3WkXJYvsnkgVWmiwtglEo1iuMArxTz6pqOz/p23TBxA==", + "license": "MIT", + "dependencies": { + "ag-charts-types": "10.2.0", + "tslib": "^2.3.0" + } + }, + "node_modules/@ag-grid-community/csv-export/node_modules/ag-charts-types": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.2.0.tgz", + "integrity": "sha512-PUqH1QtugpYLnlbMdeSZVf5PpT1XZVsP69qN1JXhetLtQpVC28zaj7ikwu9CMA9N9b+dBboA9QcjUQUJZVUokQ==", + "license": "MIT" + }, "node_modules/@ag-grid-community/react": { "version": "32.2.2", "resolved": "https://registry.npmjs.org/@ag-grid-community/react/-/react-32.2.2.tgz", @@ -2168,9 +2200,9 @@ } }, "node_modules/ag-charts-types": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.2.0.tgz", - "integrity": "sha512-PUqH1QtugpYLnlbMdeSZVf5PpT1XZVsP69qN1JXhetLtQpVC28zaj7ikwu9CMA9N9b+dBboA9QcjUQUJZVUokQ==", + "version": "10.3.5", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.3.5.tgz", + "integrity": "sha512-DtvV+IS4RlocGV2IcaQOe/eM6eBGGCvkLnwxGkDxKa8ddxivv90fwlfPxK0O5XnVectiKtWFfOw35Cm0k+4vMw==", "license": "MIT" }, "node_modules/ajv": { diff --git a/package.json b/package.json index 7bc332f..1fdc3d4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@ag-grid-community/client-side-row-model": "^32.2.0", - "@ag-grid-community/core": "^32.2.0", + "@ag-grid-community/core": "^32.3.5", "@ag-grid-community/csv-export": "^32.2.0", "@ag-grid-community/react": "^32.2.0", "@ag-grid-community/styles": "^32.2.0",