Skip to content

Commit 085e821

Browse files
authored
fix: plugins/tech-insights/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 085e821

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/tech-insights/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
},
2929
"dependencies": {
3030
"@backstage/catalog-model": "workspace:^",
31-
"@backstage/core-components": "workspace:^",
32-
"@backstage/core-plugin-api": "workspace:^",
31+
"@backstage/core-components": "0.8.6",
32+
"@backstage/core-plugin-api": "0.1.0",
3333
"@backstage/errors": "workspace:^",
3434
"@backstage/plugin-catalog-react": "workspace:^",
35-
"@backstage/plugin-tech-insights-common": "workspace:^",
35+
"@backstage/plugin-tech-insights-common": "0.1.0",
3636
"@backstage/theme": "workspace:^",
3737
"@backstage/types": "workspace:^",
3838
"@material-ui/core": "^4.12.2",

0 commit comments

Comments
 (0)