From 7b0edfc4c1b7b91bddb04fe4c274561e78c32adc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 21:05:42 +0000 Subject: [PATCH] fix: node_modules/log-symbols/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/log-symbols/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/log-symbols/package.json b/node_modules/log-symbols/package.json index a7bb760a14..df5351e43d 100644 --- a/node_modules/log-symbols/package.json +++ b/node_modules/log-symbols/package.json @@ -41,10 +41,10 @@ "chalk": "^2.4.2" }, "devDependencies": { - "ava": "^1.4.1", + "ava": "^4.0.0", "strip-ansi": "^5.2.0", - "tsd": "^0.7.2", - "xo": "^0.24.0" + "tsd": "^0.17.0", + "xo": "^0.40.3" }, "browser": "browser.js" } \ No newline at end of file