Skip to content

Commit 808d17b

Browse files
committed
fix: plugins/sonarqube-backend/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 808d17b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/sonarqube-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"postpack": "backstage-cli package postpack"
2323
},
2424
"dependencies": {
25-
"@backstage/backend-common": "workspace:^",
25+
"@backstage/backend-common": "0.24.1",
2626
"@backstage/config": "workspace:^",
27-
"@backstage/errors": "workspace:^",
27+
"@backstage/errors": "0.1.1",
2828
"@types/express": "*",
29-
"express": "^4.18.1",
29+
"express": "^4.22.0",
3030
"express-promise-router": "^4.1.0",
3131
"node-fetch": "^2.6.7",
3232
"winston": "^3.2.1",

0 commit comments

Comments
 (0)