diff --git a/mpfrontend/package-lock.json b/mpfrontend/package-lock.json index c31fc66..2309e08 100644 --- a/mpfrontend/package-lock.json +++ b/mpfrontend/package-lock.json @@ -6456,9 +6456,9 @@ "dev": true }, "highcharts": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-7.2.2.tgz", - "integrity": "sha512-jRKujQuPKHLgGQd2sByBI9K5m56CInm2augVZnBYqdmyoU88hcI62uuAXHvxC3FW8YY0FJ74A1uw6sxrcmcmvg==" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-9.0.0.tgz", + "integrity": "sha512-MJCtidFytGSQvsV3OEM+vFTLpjUcp7jmFpLn8h3oL4WKp0gxUOQg6Nw00sqMWGdiadst0gOZO4804zynTcYjZQ==" }, "highcharts-vue": { "version": "1.3.5", diff --git a/mpfrontend/package.json b/mpfrontend/package.json index e68db67..7eba8e8 100644 --- a/mpfrontend/package.json +++ b/mpfrontend/package.json @@ -12,7 +12,7 @@ "axios": "^0.21.1", "bootstrap": "^4.4.1", "bootstrap-vue": "^2.1.0", - "highcharts": "^7.2.2", + "highcharts": "^9.0.0", "highcharts-vue": "^1.3.5", "jquery": "^3.5.0", "octicons": "^8.5.0",