From eca9546ba49e0d639e1a42f6134494d2a7442996 Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Mon, 27 Sep 2021 18:58:41 +0200 Subject: [PATCH] fix package-lock.json (#9400) Signed-off-by: Augustin Husson --- web/ui/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index a64d4a457..b14cf0823 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -15,7 +15,7 @@ }, "module/codemirror-promql": { "version": "0.18.0", - "license": "MIT", + "license": "Apache-2.0", "dependencies": { "lru-cache": "^6.0.0" },