From 419ea11e0692b1b60a2b1bea6c79e20109b6decd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 23:20:33 +0000 Subject: [PATCH] fix: node_modules/slash/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/slash/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/slash/package.json b/node_modules/slash/package.json index c845a31bb8..6b4f36a1e1 100644 --- a/node_modules/slash/package.json +++ b/node_modules/slash/package.json @@ -28,8 +28,8 @@ "convert" ], "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" + "ava": "^4.0.0", + "tsd": "^0.17.0", + "xo": "^0.40.3" } } \ No newline at end of file