Skip to content

Commit 93337d9

Browse files
committed
fix: plugins/sonarqube/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 93337d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/sonarqube/package.json

Lines changed: 4 additions & 4 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:^",
41-
"@backstage/plugin-catalog-react": "workspace:^",
42-
"@backstage/plugin-sonarqube-react": "workspace:^",
43-
"@backstage/theme": "workspace:^",
41+
"@backstage/plugin-catalog-react": "1.0.0",
42+
"@backstage/plugin-sonarqube-react": "0.1.0",
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)