From c175e45253b49b118e4a2bfa23b4923ba694c312 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 02:22:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 640ba2e..1c5f31e 100644 --- a/package.json +++ b/package.json @@ -218,7 +218,7 @@ "@babel/runtime": "^7.3.1", "async": "^2.6.1", "debug": "^4.1.1", - "execa": "^1.0.0", + "execa": "^2.1.0", "glob": "^7.1.3", "shelljs": "^0.8.3", "yargs": "^13.1.0"