Skip to content

Commit 1ff080a

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-AJV-15274295
1 parent c67ec7f commit 1ff080a

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
@@ -27,12 +27,12 @@
2727
"clean": "backstage-cli package clean"
2828
},
2929
"dependencies": {
30-
"@backstage/catalog-model": "workspace:^",
30+
"@backstage/catalog-model": "0.1.1",
3131
"@backstage/core-components": "workspace:^",
32-
"@backstage/core-plugin-api": "workspace:^",
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)