From 7868e624bfeef5cb4d1a09cd7bf31dfdfff8cc8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Nov 2023 21:23:36 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 - https://snyk.io/vuln/npm:lodash:20180130 --- 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..a7b758479b9b 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.6.1" } }