From fc8409d5894c74d5b917d560a39bd8cf657da0c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2024 07:56:57 +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-BABELTRAVERSE-5962463 --- node_modules/which-module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/which-module/package.json b/node_modules/which-module/package.json index 3d784c7989..d8b2c5d6d6 100644 --- a/node_modules/which-module/package.json +++ b/node_modules/which-module/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/nexdrew/which-module#readme", "devDependencies": { - "ava": "^0.19.1", + "ava": "^1.0.1", "coveralls": "^2.13.1", "nyc": "^10.3.0", "standard": "^10.0.2",