From d48232a3db443b427b2db26adf9b9221ec8ad29d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 23:12:41 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b67e428f9..fa971bfc6 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "rimraf": "^2.5.4", "signal-exit": "^3.0.1", "spawn-wrap": "^1.4.2", - "test-exclude": "^4.2.0", + "test-exclude": "^5.0.0", "yargs": "11.1.0", "yargs-parser": "^8.0.0" },