Skip to content

Commit 155de51

Browse files
committed
fix: packages/paste-codemods/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660
1 parent 947fc0b commit 155de51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/paste-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"globby": "npm:[email protected]",
1919
"inquirer": "7.0.0",
2020
"is-git-clean": "1.1.0",
21-
"jscodeshift": "0.11.0",
21+
"jscodeshift": "0.14.0",
2222
"meow": "8.0.0"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)