From d4101cebf980d5a37f41a94d47b8f1b48430d018 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Jul 2024 04:41:07 +0000 Subject: [PATCH] fix: packages/grafana-ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- packages/grafana-ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 4b7d0301369d4..3f11837e92a43 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -40,13 +40,13 @@ "@types/react-table": "7.0.12", "@types/slate": "0.47.1", "@types/slate-react": "0.22.5", - "bizcharts": "^3.5.8", + "bizcharts": "^4.0.0", "classnames": "2.2.6", "d3": "5.15.0", "emotion": "10.0.27", "immutable": "3.8.2", "jquery": "3.4.1", - "lodash": "4.17.15", + "lodash": "4.17.17", "moment": "2.24.0", "papaparse": "4.6.3", "rc-cascader": "1.0.1",