From c5c73dc0236207253c6ae68b195c9e923f206c3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 12:50:02 +0000 Subject: [PATCH] fix: node_modules/locate-path/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- node_modules/locate-path/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/locate-path/package.json b/node_modules/locate-path/package.json index c3cac4f119..f9d1a767e0 100644 --- a/node_modules/locate-path/package.json +++ b/node_modules/locate-path/package.json @@ -38,7 +38,7 @@ "p-locate": "^4.1.0" }, "devDependencies": { - "ava": "^1.4.1", + "ava": "^2.0.0", "tsd": "^0.7.2", "xo": "^0.24.0" }