From c354b6cd84aaebaedad3caa4e3824a8de304743b Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Fri, 26 Mar 2021 01:14:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37ac326..1af1207 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@grafana/data": "7.3.3", "@grafana/runtime": "7.3.3", - "@grafana/ui": "7.3.3", + "@grafana/ui": "7.5.0", "lodash": "^4.17.20", "react-style-tag": "^2.0.2" }