Skip to content

Commit 640e0dd

Browse files
committed
fix: plugins/catalog-customized/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 640e0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/catalog-customized/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/plugin-catalog": "workspace:^",
36+
"@backstage/plugin-catalog": "0.1.1",
3737
"@backstage/plugin-catalog-react": "workspace:^"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)