From 40985559a437dfa38c0121dfcd82ac5e15b001f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 03:14:33 +0000 Subject: [PATCH] fix: lib/codemod/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- lib/codemod/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/codemod/package.json b/lib/codemod/package.json index 848d7dafe1b0..150743405036 100644 --- a/lib/codemod/package.json +++ b/lib/codemod/package.json @@ -9,6 +9,6 @@ }, "main": "src/index.js", "dependencies": { - "jscodeshift": "^0.3.30" + "jscodeshift": "^0.14.0" } }