From 9b9785ff9016b0a22428bcc50064d6f4c888d980 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Apr 2023 06:42:44 +0000 Subject: [PATCH] fix: node_modules/make-dir/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 --- node_modules/make-dir/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/make-dir/package.json b/node_modules/make-dir/package.json index f644e281a3..1f00b27ee3 100644 --- a/node_modules/make-dir/package.json +++ b/node_modules/make-dir/package.json @@ -47,13 +47,13 @@ "devDependencies": { "@types/graceful-fs": "^4.1.3", "@types/node": "^13.7.1", - "ava": "^1.4.0", + "ava": "^4.0.0", "codecov": "^3.2.0", "graceful-fs": "^4.1.15", "nyc": "^15.0.0", "path-type": "^4.0.0", "tempy": "^0.2.1", - "tsd": "^0.11.0", - "xo": "^0.25.4" + "tsd": "^0.17.0", + "xo": "^0.42.0" } } \ No newline at end of file