From b9f7466e165c03cf615aee4f0b2f2292dd38a3bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 00:33:29 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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..5f766de9be 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": "^13.0.1", "standard": "^10.0.1", "tape": "^4.6.3" },