From 9fb5b0eac8b5d665f3f60440b9700bb543bbad89 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 15:26: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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BL-608877 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- Test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/package.json b/Test/package.json index e6a5d3ce0d..627c16431f 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.1" } }