From e1c89e758d8c90c8a226e55d206536d15b42bf61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Apr 2023 16:15:29 +0000 Subject: [PATCH] fix: test/fixtures/qs-package/node_modules/bluebird/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OPEN-174041 --- test/fixtures/qs-package/node_modules/bluebird/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/qs-package/node_modules/bluebird/package.json b/test/fixtures/qs-package/node_modules/bluebird/package.json index ee7844c4bc..6ceb732639 100644 --- a/test/fixtures/qs-package/node_modules/bluebird/package.json +++ b/test/fixtures/qs-package/node_modules/bluebird/package.json @@ -71,7 +71,7 @@ "kefir": "^2.4.1", "mkdirp": "~0.5.0", "mocha": "~2.1", - "open": "~0.0.5", + "open": "~6.0.0", "optimist": "~0.6.1", "rimraf": "~2.2.6", "rx": "^2.3.25",