Skip to content

Commit d887b46

Browse files
authored
fix: plugins/airbrake-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent dcd7e16 commit d887b46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/airbrake-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"clean": "backstage-cli package clean"
2323
},
2424
"dependencies": {
25-
"@backstage/backend-common": "workspace:^",
25+
"@backstage/backend-common": "0.24.1",
2626
"@backstage/backend-plugin-api": "workspace:^",
27-
"@backstage/config": "workspace:^",
27+
"@backstage/config": "0.1.1",
2828
"@types/express": "*",
2929
"express": "^4.17.1",
3030
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)