From 08202e32701fb4c14adc07bac5340bd96980620e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 16:27:25 +0000 Subject: [PATCH] fix: npm-react-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 --- npm-react-codemod/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm-react-codemod/package.json b/npm-react-codemod/package.json index 29505e80a21ee..d2751d915e982 100644 --- a/npm-react-codemod/package.json +++ b/npm-react-codemod/package.json @@ -16,7 +16,7 @@ "react-codemod": "./react-codemod" }, "dependencies": { - "jscodeshift": "^0.1.0" + "jscodeshift": "^0.3.5" }, "devDependencies": { "babel": "^4.7.16",