From 5153463b0ef5c7436ade3c777b85724e92a089c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 04:58:17 +0000 Subject: [PATCH] Bump highcharts from 11.4.3 to 11.4.4 in /client Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 11.4.3 to 11.4.4. - [Commits](https://github.com/highcharts/highcharts-dist/compare/v11.4.3...v11.4.4) --- updated-dependencies: - dependency-name: highcharts dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 8aa03f8..1c1a5f8 100644 --- a/client/package.json +++ b/client/package.json @@ -17,7 +17,7 @@ "dompurify": "^3.1.5", "es6-promise": "^4.2.8", "handlebars": "^4.7.8", - "highcharts": "^11.4.3", + "highcharts": "^11.4.4", "@tippyjs/react": "^4.2.6", "http-proxy-middleware": "^3.0.0", "i18n-js": "^4.4.3", diff --git a/client/yarn.lock b/client/yarn.lock index 7a37da9..04502a0 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -5256,10 +5256,10 @@ he@^1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== -highcharts@^11.4.3: - version "11.4.3" - resolved "https://registry.yarnpkg.com/highcharts/-/highcharts-11.4.3.tgz#a6cd961e0a7d4bf749ff32db41a90125a6ab4673" - integrity sha512-rMmvYvcdwyUVfnRPfiZ0PnW6TgVhoS0FTBI8fc4Fp8l8ocoC9dMecvxS6E6tm7h7LrnSGoEo3b/0IRHuLatD2w== +highcharts@^11.4.4: + version "11.4.4" + resolved "https://registry.yarnpkg.com/highcharts/-/highcharts-11.4.4.tgz#ca77d2d3b32d67f096f61c631db21082ecaabb04" + integrity sha512-MmutmJHM231QpqlehYEiGYcNaeTEexTJbH+F1dU9S3Z3XDxPcs8qlnub/4n/KwXA8OWRuOwCz8zilHM4Y5fqjw== history@^4.7.2: version "4.10.1"