From ab29e5b8bc8ab3f20be7145a5ee96cf0f8f119ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Aug 2021 00:02:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f930c5d..7dff987 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ }, "dependencies": { "express": "^4.9.7", - "simpleflake": "~1.0.0" + "simpleflake": "~2.0.0" } }