From 33ab71cd9c8de13579b211d083c3ef0402dbfc80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 09:57:06 +0000 Subject: [PATCH] fix: node_modules/which-module/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- node_modules/which-module/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/which-module/package.json b/node_modules/which-module/package.json index 3d784c7989..cda006e061 100644 --- a/node_modules/which-module/package.json +++ b/node_modules/which-module/package.json @@ -32,9 +32,9 @@ }, "homepage": "https://github.com/nexdrew/which-module#readme", "devDependencies": { - "ava": "^0.19.1", + "ava": "^2.0.0", "coveralls": "^2.13.1", - "nyc": "^10.3.0", + "nyc": "^13.0.1", "standard": "^10.0.2", "standard-version": "^4.0.0" }