From 914acc86c8f732e09a0a6c15b413118c54c4995e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 03:44:16 +0000 Subject: [PATCH] fix: node_modules/is-yarn-global/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/is-yarn-global/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/is-yarn-global/package.json b/node_modules/is-yarn-global/package.json index 25b0e3dfcc..ec37e29afe 100644 --- a/node_modules/is-yarn-global/package.json +++ b/node_modules/is-yarn-global/package.json @@ -9,7 +9,7 @@ "test": "xo" }, "devDependencies": { - "ava": "^0.24.0", - "xo": "^0.18.2" + "ava": "^3.0.0", + "xo": "^0.42.0" } } \ No newline at end of file