Skip to content

Commit 71aa70e

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-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 71aa70e

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,15 +33,15 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/backend-common": "workspace:^",
37-
"@backstage/config": "workspace:^",
36+
"@backstage/backend-common": "0.25.0",
37+
"@backstage/config": "0.1.1",
3838
"@types/express": "^4.17.6",
3939
"compression": "^1.7.4",
4040
"cors": "^2.8.5",
4141
"express": "^4.17.1",
4242
"express-promise-router": "^4.1.0",
4343
"fs-extra": "10.1.0",
44-
"lodash": "^4.17.21",
44+
"lodash": "^4.17.23",
4545
"morgan": "^1.10.0",
4646
"node-fetch": "^2.6.7",
4747
"winston": "^3.2.1",

0 commit comments

Comments
 (0)