From 04d0b88bfa7e51d1870cf93fb6bcf5de78fc4481 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2024 02:52:06 +0000 Subject: [PATCH] fix: modules/codemod/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- modules/codemod/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codemod/package.json b/modules/codemod/package.json index 355dc7e028..0754598f94 100644 --- a/modules/codemod/package.json +++ b/modules/codemod/package.json @@ -31,7 +31,7 @@ "homepage": "https://github.com/Workday/canvas-kit#readme", "dependencies": { "chalk": "4.1.2", - "jscodeshift": "^0.14.0", + "jscodeshift": "^17.1.0", "yargs": "^16.2.0" }, "devDependencies": {