From 3511cbd12c7ee6e40b50bff85d56e01eb06a0eb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 06:34:36 +0000 Subject: [PATCH] fix: 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 --- node_modules/y18n/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/y18n/package.json b/node_modules/y18n/package.json index 7b2b78312a..2b5033478b 100644 --- a/node_modules/y18n/package.json +++ b/node_modules/y18n/package.json @@ -31,7 +31,7 @@ "chai": "^4.0.1", "coveralls": "^3.0.0", "mocha": "^4.0.1", - "nyc": "^11.0.1", + "nyc": "^13.0.1", "rimraf": "^2.5.0", "standard": "^10.0.0-beta.0", "standard-version": "^4.2.0"