From 7313f4868386fd7da7a76156bc1325a1eeef3b69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Sep 2021 06:16:58 +0000 Subject: [PATCH] fix: test/fixtures/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/npm:minimatch:20160620 --- test/fixtures/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/package.json b/test/fixtures/package.json index 01265e5f..4515f732 100644 --- a/test/fixtures/package.json +++ b/test/fixtures/package.json @@ -26,7 +26,7 @@ "dependencies": { "async": "^0.9.0", "chalk": "^0.5.1", - "cwd": "^0.4.0", + "cwd": "^0.9.0", "debug": "^2.1.1", "diff": "^1.2.2" },