From b910054518eefc75b06d754b5da662afb03e18c5 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 10 Apr 2022 22:25:24 +0600 Subject: [PATCH] update regex --- src/technologies/g.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/g.json b/src/technologies/g.json index 7f6a5ae2b..518dc5642 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1488,7 +1488,7 @@ "Macaron" ], "oss": true, - "scripts": ".+latestVersion\":\"[\\d\\.]+\"\\,\"version\":\"([\\d\\.]+)\\;version:\\1\\;confidence:75", + "scripts": ".+latestVersion\":\"[\\d\\.\\w\\-]+\"\\,\"version\":\"([\\d\\.]+)\\;version:\\1\\;confidence:75", "scriptSrc": "grafana\\..+\\.com/public/build/", "website": "https://grafana.com" },