From af71cd1f3977cc9e43d5218281c10c76456e1f24 Mon Sep 17 00:00:00 2001 From: harshaltikkas <46022487+harshaltikkas@users.noreply.github.com> Date: Sun, 3 Jan 2021 07:22:46 +0530 Subject: [PATCH] update package.json file we are getting high risk security issue with phantom-prebuild version as 2.1.12.. so updating that to 2.1.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 419adef..519e56a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "fs-plus": "2.9.1", "geckodriver": "^1.16.2", "merge": "^1.2.1", - "phantomjs-prebuilt": "2.1.12", + "phantomjs-prebuilt": "2.1.16", "require-dir": "0.3.2", "selenium-webdriver": "3.5.0" },