From ecb326afeb657f915d4476a07322217885182730 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 15:44:25 +0000 Subject: [PATCH] fix: test/fixtures/qs-package/node_modules/minimatch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 --- test/fixtures/qs-package/node_modules/minimatch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/qs-package/node_modules/minimatch/package.json b/test/fixtures/qs-package/node_modules/minimatch/package.json index b36c07b611..18642ee047 100644 --- a/test/fixtures/qs-package/node_modules/minimatch/package.json +++ b/test/fixtures/qs-package/node_modules/minimatch/package.json @@ -59,7 +59,7 @@ }, "description": "a glob matcher in javascript", "devDependencies": { - "standard": "^3.7.2", + "standard": "^6.0.0", "tap": "^5.6.0" }, "directories": {},