From 13c08cae1c701a708a8205a4dbaa09810d2717ec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 May 2021 05:31:20 +0000 Subject: [PATCH] Update dependency debug to v4 --- k8s-with-prometheus/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-with-prometheus/app/package.json b/k8s-with-prometheus/app/package.json index 7b07de8..be07980 100644 --- a/k8s-with-prometheus/app/package.json +++ b/k8s-with-prometheus/app/package.json @@ -9,7 +9,7 @@ "dependencies": { "body-parser": "~1.18.2", "cookie-parser": "~1.4.3", - "debug": "~2.6.9", + "debug": "~4.3.0", "express": "~4.15.5", "express-prom-bundle": "^4.2.1", "logger": "0.0.1",