From 51bd9f7fae77320cdb2ca343e357ed3b16f85b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 21:10:56 +0000 Subject: [PATCH] fix: test/fixtures/qs-package/node_modules/y18n/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- test/fixtures/qs-package/node_modules/y18n/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/qs-package/node_modules/y18n/package.json b/test/fixtures/qs-package/node_modules/y18n/package.json index de85b3110b..e264943168 100644 --- a/test/fixtures/qs-package/node_modules/y18n/package.json +++ b/test/fixtures/qs-package/node_modules/y18n/package.json @@ -59,7 +59,7 @@ "chai": "^3.4.1", "coveralls": "^2.11.6", "mocha": "^2.3.4", - "nyc": "^6.1.1", + "nyc": "^13.0.1", "rimraf": "^2.5.0", "standard": "^5.4.1" },