Skip to content

Commit 0ab2c26

Browse files
authored
fix: plugins/sonarqube-react/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-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 0ab2c26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/sonarqube-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"start": "backstage-cli package start"
4141
},
4242
"dependencies": {
43-
"@backstage/catalog-model": "workspace:^",
44-
"@backstage/core-plugin-api": "workspace:^"
43+
"@backstage/catalog-model": "0.1.1",
44+
"@backstage/core-plugin-api": "0.1.0"
4545
},
4646
"peerDependencies": {
4747
"react": "^16.13.1 || ^17.0.0",

0 commit comments

Comments
 (0)