From 8407ac999bdf3ec43d63a45915a5c7c6768ffff6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 10:44:54 +0000 Subject: [PATCH] fix: deps/npm/node_modules/indent-string/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/indent-string/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/node_modules/indent-string/package.json b/deps/npm/node_modules/indent-string/package.json index 497bb83bbd9b7f..46bc0671f83f34 100644 --- a/deps/npm/node_modules/indent-string/package.json +++ b/deps/npm/node_modules/indent-string/package.json @@ -31,7 +31,7 @@ ], "devDependencies": { "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" + "tsd": "^0.12.0", + "xo": "^0.42.0" } }