From e616b32475200fd7e0d77f6a9b4c64606b9a1d76 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 22:30:40 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- deps/npm/node_modules/has-flag/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/node_modules/has-flag/package.json b/deps/npm/node_modules/has-flag/package.json index a9cba4b856d046..fb94ee19247378 100644 --- a/deps/npm/node_modules/has-flag/package.json +++ b/deps/npm/node_modules/has-flag/package.json @@ -40,7 +40,7 @@ ], "devDependencies": { "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" + "tsd": "^0.12.0", + "xo": "^0.42.0" } }