diff --git a/package-lock.json b/package-lock.json index 4cb113f3..07d29608 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13002,9 +13002,9 @@ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" }, "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==" }, "highlight-es": { "version": "1.0.3", diff --git a/package.json b/package.json index 1cfd0d34..8eaf0ef7 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "hash.js": "^1.1.3", "hd-wallet": "^7.14.3", "hdkey": "^0.7.1", - "highcharts": "^7.2.2", + "highcharts": "^9.0.0", "html-webpack-include-assets-plugin": "^1.0.4", "html-webpack-plugin": "^3.0.6", "i18next": "^15.0.9",