Skip to content

Commit 33a48ff

Browse files
authored
fix: packages/codemods/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291
1 parent c67ec7f commit 33a48ff

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)