From aa91ddfb478b274bf9e17bd2eb4cd4d2e1fb849c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 05:01:27 +0000 Subject: [PATCH] fix: node_modules/global-dirs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/global-dirs/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/global-dirs/package.json b/node_modules/global-dirs/package.json index 1f11cd0f6c..d4aa1598cf 100644 --- a/node_modules/global-dirs/package.json +++ b/node_modules/global-dirs/package.json @@ -46,10 +46,10 @@ "ini": "^1.3.5" }, "devDependencies": { - "ava": "^2.4.0", + "ava": "^4.0.0", "execa": "^3.2.0", "import-fresh": "^3.1.0", - "tsd": "^0.10.0", - "xo": "^0.25.3" + "tsd": "^0.17.0", + "xo": "^0.41.0" } } \ No newline at end of file