From 2b64db8b240f49201bd1ca3920fe26c27beec8a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 00:07:12 +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-3050818 --- 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" },