From ad75fed5025d8a00c925e3cd4e0c72274f84a739 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 00:40:45 +0000 Subject: [PATCH] fix: node_modules/fs-extra/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- node_modules/fs-extra/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/fs-extra/package.json b/node_modules/fs-extra/package.json index 2ac3a13281..a908c8069c 100644 --- a/node_modules/fs-extra/package.json +++ b/node_modules/fs-extra/package.json @@ -41,7 +41,7 @@ "coveralls": "^2.11.2", "istanbul": "^0.4.5", "klaw": "^1.0.0", - "klaw-sync": "^1.1.2", + "klaw-sync": "^2.0.0", "minimist": "^1.1.1", "mocha": "^3.1.2", "proxyquire": "^1.7.10",