From 4a0a36e78df6746f04d7a23d9cb83788f587c1cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Mar 2022 17:38:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 592b873..9ef187c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "express": "4.14.0", "fontfaceobserver": "2.0.4", "ip": "1.1.3", - "minimist": "1.2.0", + "minimist": "1.2.6", "react": "15.3.2", "react-dom": "15.3.2", "react-helmet": "3.1.0",