Skip to content

Commit d512679

Browse files
committed
fix: packages/pf-codemods/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952
1 parent 63df51d commit d512679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pf-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@typescript-eslint/parser": "^7.3.1",
2020
"commander": "^5.1.0",
2121
"eslint": "^8.57.1",
22-
"glob": "^11.0.0",
22+
"glob": "^11.1.0",
2323
"inquirer": "^12.3.2",
2424
"typescript": "^5.4.2"
2525
}

0 commit comments

Comments
 (0)