From df51a740ca83893d083c86f11951b1db4605e503 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Dec 2023 14:51:29 +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 698fb88..8ac5a97 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "ejs": "^2.4.1", "elegant-spinner": "^1.0.1", "figlet": "^1.1.1", - "fs-extra": "^0.26.5", + "fs-extra": "^1.0.0", "humps": "^1.0.0", "jsonfile": "^2.2.3", "koa": "^1.2.1",