Skip to content

Commit ee86999

Browse files
authored
fix: plugins/rollbar-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 ee86999

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/rollbar-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/backend-common": "workspace:^",
37-
"@backstage/config": "workspace:^",
36+
"@backstage/backend-common": "0.24.1",
37+
"@backstage/config": "0.1.1",
3838
"@types/express": "^4.17.6",
3939
"compression": "^1.7.4",
4040
"cors": "^2.8.5",

0 commit comments

Comments
 (0)