diff --git a/package-lock.json b/package-lock.json index 735c6a7..f228596 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.9", "@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.9", + "resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-32.3.9.tgz", + "integrity": "sha512-oZeAEPgaJVMzfKqbAPCyadcN5+iy+tjvhRLqEYJdBxtLgW/s2s0qXcXQvnrz7eUMD3Z7h3BQRVt2h/p0T6Ox/w==", + "license": "MIT", + "dependencies": { + "ag-charts-types": "10.3.9", + "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.9", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.3.9.tgz", + "integrity": "sha512-drcRiJVencliC8LnRwk4MmeQDNNBg5GzmOoLFihO3/k0CUK0VF/N+2nc7iFozwaNG0btSB9vAhYuJLjqHMtRrQ==", "license": "MIT" }, "node_modules/ajv": { diff --git a/package.json b/package.json index 7bc332f..48e4385 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.9", "@ag-grid-community/csv-export": "^32.2.0", "@ag-grid-community/react": "^32.2.0", "@ag-grid-community/styles": "^32.2.0",