From 8411fab1b3a3457ec8a6ea2afa696987d1693227 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Oct 2020 21:34:17 +0000 Subject: [PATCH] fix: test/fixtures/pkg-SC-1472/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- test/fixtures/pkg-SC-1472/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/pkg-SC-1472/package.json b/test/fixtures/pkg-SC-1472/package.json index 327d0a1e91..5e40999e2e 100644 --- a/test/fixtures/pkg-SC-1472/package.json +++ b/test/fixtures/pkg-SC-1472/package.json @@ -13,6 +13,6 @@ "debug": "4.0.1" }, "dependencies": { - "minimatch": "3.0.0" + "minimatch": "3.0.2" } } \ No newline at end of file