From 71a4b1bbf2cceb2b274568f4507596de9c72f49a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 01:47:20 +0000 Subject: [PATCH] fix: deps/npm/node_modules/binary-extensions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- deps/npm/node_modules/binary-extensions/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/npm/node_modules/binary-extensions/package.json b/deps/npm/node_modules/binary-extensions/package.json index c4d3641735b..f8eb3aa7205 100644 --- a/deps/npm/node_modules/binary-extensions/package.json +++ b/deps/npm/node_modules/binary-extensions/package.json @@ -31,8 +31,8 @@ "array" ], "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" + "ava": "^4.0.0", + "tsd": "^0.17.0", + "xo": "^0.42.0" } }