From eab82a9aeff140a8fd2981c7f872830c985d479f Mon Sep 17 00:00:00 2001 From: incendiarygeek <30581791+incendiarygeek@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:06:32 +0500 Subject: [PATCH] fix(deps): update make-dir CVE-2022-25883 Co-authored-by: Syed Huzaifa Hassan Co-authored-by: Benjamin E. Coe --- packages/istanbul-lib-report/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/istanbul-lib-report/package.json b/packages/istanbul-lib-report/package.json index 9087f84d..4363fdf3 100644 --- a/packages/istanbul-lib-report/package.json +++ b/packages/istanbul-lib-report/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", + "make-dir": "^4.0.0", "supports-color": "^7.1.0" }, "devDependencies": {