Skip to content

Commit 79bf5c1

Browse files
committed
fix: packages/codemods/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit 79bf5c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"backstage-codemods": "bin/backstage-codemods"
3434
},
3535
"dependencies": {
36-
"@backstage/cli-common": "workspace:^",
36+
"@backstage/cli-common": "0.1.1",
3737
"chalk": "^4.0.0",
3838
"commander": "^9.1.0",
3939
"jscodeshift": "^0.15.0",

0 commit comments

Comments
 (0)