diff --git a/package-lock.json b/package-lock.json index a7459a4..8623e99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cuttleai/visualizations", - "version": "0.0.5", + "version": "0.0.57", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2322,9 +2322,9 @@ } }, "highcharts": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-8.0.4.tgz", - "integrity": "sha512-RD86/w7VNwuY96c2Pv16dtZujJ4vg5viiVjbFF/TCrvFpmtQRzBIECG90ww0JtiK6+6TKlwCYf0an+kgQshnRw==" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-9.0.0.tgz", + "integrity": "sha512-MJCtidFytGSQvsV3OEM+vFTLpjUcp7jmFpLn8h3oL4WKp0gxUOQg6Nw00sqMWGdiadst0gOZO4804zynTcYjZQ==" }, "html-encoding-sniffer": { "version": "1.0.2", diff --git a/package.json b/package.json index 002c714..a28385c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/lodash": "^4.14.150", "datatables.net": "^1.10.20", "datatables.net-dt": "^1.10.20", - "highcharts": "^8.0.4", + "highcharts": "^9.0.0", "jquery": "^3.5.0", "lodash": "^4.17.15" }