From 9d64fcad64a297b4a9a536bc24a16a016b57a334 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Jun 2022 03:48:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3be224..02394d1 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "localtunnel": "*", "log4js": "1.1.1", "mathjs": "*", - "microtime": "^2.1.2", + "microtime": "^3.0.0", "mocha": "*", "mosca": "1.1.0", "mqtt": "^1.14.1",