From fb5594300569248099cfbe41221274420af53240 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 02:46:10 +0000 Subject: [PATCH] fix: deps/npm/node_modules/has-flag/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- deps/npm/node_modules/has-flag/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/npm/node_modules/has-flag/package.json b/deps/npm/node_modules/has-flag/package.json index a9cba4b856d046..26705a634fde50 100644 --- a/deps/npm/node_modules/has-flag/package.json +++ b/deps/npm/node_modules/has-flag/package.json @@ -39,8 +39,8 @@ "optimist" ], "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" + "ava": "^4.0.0", + "tsd": "^0.17.0", + "xo": "^0.53.0" } }