Skip to content

Commit 9186dfd

Browse files
authored
fix: plugins/sonarqube/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 9186dfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/sonarqube/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"clean": "backstage-cli package clean"
3636
},
3737
"dependencies": {
38-
"@backstage/catalog-model": "workspace:^",
38+
"@backstage/catalog-model": "0.1.1",
3939
"@backstage/core-components": "workspace:^",
4040
"@backstage/core-plugin-api": "workspace:^",
4141
"@backstage/plugin-catalog-react": "workspace:^",
4242
"@backstage/plugin-sonarqube-react": "workspace:^",
43-
"@backstage/theme": "workspace:^",
43+
"@backstage/theme": "0.1.1",
4444
"@material-ui/core": "^4.12.2",
4545
"@material-ui/icons": "^4.9.1",
4646
"@material-ui/lab": "4.0.0-alpha.61",

0 commit comments

Comments
 (0)