From 75ea8113f1d2607acabf00c73de886b6fb75c18c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Dec 2020 01:19:54 +0000 Subject: [PATCH] fix: upgrade @grafana/ui from 7.3.3 to 7.3.4 Snyk has created this PR to upgrade @grafana/ui from 7.3.3 to 7.3.4. See this package in npm: https://www.npmjs.com/package/@grafana/ui See this project in Snyk: https://app.snyk.io/org/yesoreyeram/project/51a925dd-3e1c-44d2-947d-2bd944039eae?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37ac326..5a42d13 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.3.4", "lodash": "^4.17.20", "react-style-tag": "^2.0.2" }