From 3d36628b70ab8b1f56041fa8f303edf15dd810b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 18:10:04 +0000 Subject: [PATCH] fix: packages/material-ui-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 --- packages/material-ui-codemod/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material-ui-codemod/package.json b/packages/material-ui-codemod/package.json index 1b839eb7bfd9fc..93b47b6dc818f6 100644 --- a/packages/material-ui-codemod/package.json +++ b/packages/material-ui-codemod/package.json @@ -28,7 +28,7 @@ "dependencies": { "@babel/core": "^7.4.5", "@babel/traverse": "^7.6.2", - "jscodeshift-add-imports": "^1.0.1" + "jscodeshift-add-imports": "^1.0.4" }, "devDependencies": { "jscodeshift": "^0.7.0"