From b7a28bf7141dcb7c01a55aac12874139bdc06612 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jun 2023 18:04:40 +0000 Subject: [PATCH] fix: node_modules/universalify/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/universalify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/universalify/package.json b/node_modules/universalify/package.json index 21f0e6cc0e..ed260d11de 100644 --- a/node_modules/universalify/package.json +++ b/node_modules/universalify/package.json @@ -24,7 +24,7 @@ "devDependencies": { "colortape": "^0.1.2", "coveralls": "^3.0.1", - "nyc": "^10.2.0", + "nyc": "^15.0.0", "standard": "^10.0.1", "tape": "^4.6.3" },