From 8cf8be3a77173f9b8119cef1248eac204bf8c5fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:18:30 +0000 Subject: [PATCH] fix: node_modules/pify/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/pify/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/pify/package.json b/node_modules/pify/package.json index ea9e54fd54..36abf9b786 100644 --- a/node_modules/pify/package.json +++ b/node_modules/pify/package.json @@ -43,9 +43,9 @@ "bluebird" ], "devDependencies": { - "ava": "^0.25.0", + "ava": "^4.0.0", "pinkie-promise": "^2.0.0", "v8-natives": "^1.1.0", - "xo": "^0.23.0" + "xo": "^0.41.0" } } \ No newline at end of file