From a98d2b8779a68502f50f9b5064f10abbcbbe54ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 07:21:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-D3COLOR-1076592 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 129d583..aa0d1cf 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ }, "dependencies": { "@grafana/data": "7.5.1", - "@grafana/runtime": "7.5.1", - "@grafana/ui": "7.5.1", + "@grafana/runtime": "8.2.0", + "@grafana/ui": "8.2.0", "lodash": "^4.17.21", "react-style-tag": "^2.0.4" }