From 883b7efda05e2d67038614b89998b7e073dd032a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 00:38:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- 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" } }