From e719c8aaf96c28045539feb4ee4e0a2655972d34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 00:24:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3aa6179..19add20 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "co": "^4.6.0", "debug": "^2.6.3", - "jscodeshift": "^0.3.30", + "jscodeshift": "^0.5.0", "meow": "^3.7.0", "mz-modules": "^1.0.0", "runscript": "^1.2.1"