Skip to content

Commit ff621bb

Browse files
committed
fix: plugins/rollbar-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 ff621bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/rollbar-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
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",
41-
"express": "^4.17.1",
41+
"express": "^4.22.0",
4242
"express-promise-router": "^4.1.0",
4343
"fs-extra": "10.1.0",
4444
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)