From 1119f7113bdf7c97c4aad32f0f76d21970f18fac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:38:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5be63f5..268a8cb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "chalk": "^1.1.3", "commander": "^2.9.0", "cwd": "^0.10.0", - "fs-extra": "^0.28.0", + "fs-extra": "^1.0.0", "global-modules": "^0.2.2", "inquirer": "^1.0.2", "is-windows": "^0.2.0",