Skip to content

Commit 7b8d7fa

Browse files
authored
fix: plugins/catalog-backend-module-gitlab/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 7b8d7fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/catalog-backend-module-gitlab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
"clean": "backstage-cli package clean"
4646
},
4747
"dependencies": {
48-
"@backstage/backend-common": "workspace:^",
48+
"@backstage/backend-common": "0.24.1",
4949
"@backstage/backend-plugin-api": "workspace:^",
5050
"@backstage/backend-tasks": "workspace:^",
51-
"@backstage/catalog-model": "workspace:^",
51+
"@backstage/catalog-model": "0.1.1",
5252
"@backstage/config": "workspace:^",
5353
"@backstage/errors": "workspace:^",
5454
"@backstage/integration": "workspace:^",
55-
"@backstage/plugin-catalog-node": "workspace:^",
55+
"@backstage/plugin-catalog-node": "1.0.0",
5656
"@backstage/types": "workspace:^",
5757
"lodash": "^4.17.21",
5858
"node-fetch": "^2.6.7",

0 commit comments

Comments
 (0)