From fb8977ba43d7b9812d6cefac404cea5bb432eeef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 21:23:37 +0000 Subject: [PATCH] fix: node_modules/child-process-ext/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/child-process-ext/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 node_modules/child-process-ext/package.json diff --git a/node_modules/child-process-ext/package.json b/node_modules/child-process-ext/package.json old mode 100755 new mode 100644 index 0c58def9..48c0ca90 --- a/node_modules/child-process-ext/package.json +++ b/node_modules/child-process-ext/package.json @@ -38,7 +38,7 @@ "url": "https://github.com/medikoo/child-process-ext/issues" }, "dependencies": { - "cross-spawn": "^6.0.5", + "cross-spawn": "^7.0.0", "es5-ext": "^0.10.53", "log": "^6.0.0", "split2": "^3.1.1",