Skip to content

Commit 8027c4f

Browse files
authored
fix: plugins/linguist/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-TAR-15032660
1 parent c67ec7f commit 8027c4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/linguist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
},
3030
"dependencies": {
3131
"@backstage/catalog-model": "workspace:^",
32-
"@backstage/core-components": "workspace:^",
32+
"@backstage/core-components": "0.8.6",
3333
"@backstage/core-plugin-api": "workspace:^",
3434
"@backstage/errors": "workspace:^",
3535
"@backstage/plugin-catalog-react": "workspace:^",
36-
"@backstage/plugin-linguist-common": "workspace:^",
36+
"@backstage/plugin-linguist-common": "0.1.0",
3737
"@backstage/theme": "workspace:^",
3838
"@material-ui/core": "^4.9.13",
3939
"@material-ui/icons": "^4.9.1",

0 commit comments

Comments
 (0)