Skip to content

Commit 2f9378a

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 2f9378a

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
@@ -38,8 +38,8 @@
3838
"@backstage/catalog-model": "workspace:^",
3939
"@backstage/core-components": "workspace:^",
4040
"@backstage/core-plugin-api": "workspace:^",
41-
"@backstage/plugin-catalog-react": "workspace:^",
42-
"@backstage/plugin-sonarqube-react": "workspace:^",
41+
"@backstage/plugin-catalog-react": "1.0.0",
42+
"@backstage/plugin-sonarqube-react": "0.1.0",
4343
"@backstage/theme": "workspace:^",
4444
"@material-ui/core": "^4.12.2",
4545
"@material-ui/icons": "^4.9.1",

0 commit comments

Comments
 (0)