From 707b2ec758f0e3b970f1baec89b41ddaf7a6bc15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 01:09:42 +0000 Subject: [PATCH] fix: Test/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- Test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/package.json b/Test/package.json index e6a5d3ce0d..7fad1716f8 100644 --- a/Test/package.json +++ b/Test/package.json @@ -10,6 +10,6 @@ "dependencies": { "chai": "^3.5.0", "colors": "^1.1.2", - "wd": "^0.4.0" + "wd": "^1.11.3" } }