Skip to content

Commit dafbb3a

Browse files
authored
fix: plugins/tech-insights-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 dafbb3a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/tech-insights-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/backend-common": "workspace:^",
37-
"@backstage/backend-tasks": "workspace:^",
38-
"@backstage/catalog-client": "workspace:^",
39-
"@backstage/catalog-model": "workspace:^",
36+
"@backstage/backend-common": "0.24.1",
37+
"@backstage/backend-tasks": "0.6.1",
38+
"@backstage/catalog-client": "0.2.0",
39+
"@backstage/catalog-model": "0.1.1",
4040
"@backstage/config": "workspace:^",
4141
"@backstage/errors": "workspace:^",
4242
"@backstage/plugin-tech-insights-common": "workspace:^",

0 commit comments

Comments
 (0)