From d812d3b71a9d1c16c161685f52b2b1b1eff5c3c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 16:21:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3298c93..bf70625 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "bunyan": "^1.8.12", "crypto": "~0.0.3", "crypto-js": "^3.1.9-1", - "microtime": "^2.1.7", + "microtime": "^3.0.0", "nonce": "^1.0.4", "request": "^2.83.0", "request-promise": "^4.2.2",