From fb8b572e89b4a2f3c20b999774fca8ac62625fb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:19:35 +0000 Subject: [PATCH] fix: node_modules/ora/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/ora/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/ora/package.json b/node_modules/ora/package.json index f5e907f919..92ae54684a 100644 --- a/node_modules/ora/package.json +++ b/node_modules/ora/package.json @@ -48,9 +48,9 @@ }, "devDependencies": { "@types/node": "^12.7.5", - "ava": "^2.4.0", + "ava": "^4.0.0", "get-stream": "^5.1.0", - "tsd": "^0.10.0", - "xo": "^0.25.3" + "tsd": "^0.17.0", + "xo": "^0.41.0" } } \ No newline at end of file