From 49c6c65416481da862691e7f0f9f28fcca1f89a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Mar 2022 10:39:35 +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 e6a8571..7f342bc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "name": "Artem Krylysov" }, "dependencies": { - "phantomjs-prebuilt": "2.1.7" + "phantomjs-prebuilt": "2.1.15" }, "devDependencies": { "express": "4.13.4",