Skip to content

Commit e948aae

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-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389
1 parent dcd7e16 commit e948aae

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
@@ -24,11 +24,11 @@
2424
"dependencies": {
2525
"@backstage/backend-common": "workspace:^",
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",
31-
"http-proxy-middleware": "^2.0.0",
31+
"http-proxy-middleware": "^2.0.9",
3232
"winston": "^3.2.1",
3333
"yn": "^4.0.0"
3434
},

0 commit comments

Comments
 (0)