From b4dcf0100dde4102c533df019d837ad6258b436b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 22:40:37 +0000 Subject: [PATCH] fix: test/fixtures/qs-package/node_modules/pinkie/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-HAWK-2808852 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- test/fixtures/qs-package/node_modules/pinkie/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/qs-package/node_modules/pinkie/package.json b/test/fixtures/qs-package/node_modules/pinkie/package.json index 5b291cd75a..503b2bf6cd 100644 --- a/test/fixtures/qs-package/node_modules/pinkie/package.json +++ b/test/fixtures/qs-package/node_modules/pinkie/package.json @@ -54,7 +54,7 @@ "description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation", "devDependencies": { "core-assert": "^0.1.1", - "coveralls": "^2.11.4", + "coveralls": "^3.0.0", "mocha": "*", "nyc": "^3.2.2", "promises-aplus-tests": "*",