From e0c70e74438b1fa6af24fe7435293bc831050485 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 23:40:04 +0000 Subject: [PATCH] fix: node_modules/find-up/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/find-up/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/find-up/package.json b/node_modules/find-up/package.json index 39a30757ff..d65d319f82 100644 --- a/node_modules/find-up/package.json +++ b/node_modules/find-up/package.json @@ -44,10 +44,10 @@ "path-exists": "^4.0.0" }, "devDependencies": { - "ava": "^2.1.0", + "ava": "^4.0.0", "is-path-inside": "^2.1.0", "tempy": "^0.3.0", - "tsd": "^0.7.3", - "xo": "^0.24.0" + "tsd": "^0.17.0", + "xo": "^0.41.0" } } \ No newline at end of file