Skip to content

Commit ae67314

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-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 ae67314

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545
"clean": "backstage-cli package clean"
4646
},
4747
"dependencies": {
48-
"@backstage/backend-common": "workspace:^",
49-
"@backstage/backend-plugin-api": "workspace:^",
48+
"@backstage/backend-common": "0.24.1",
49+
"@backstage/backend-plugin-api": "1.6.1",
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:^",
54-
"@backstage/integration": "workspace:^",
55-
"@backstage/plugin-catalog-node": "workspace:^",
54+
"@backstage/integration": "0.1.0",
55+
"@backstage/plugin-catalog-node": "1.13.0",
5656
"@backstage/types": "workspace:^",
57-
"lodash": "^4.17.21",
57+
"lodash": "^4.17.23",
5858
"node-fetch": "^2.6.7",
5959
"uuid": "^8.0.0",
6060
"winston": "^3.2.1"

0 commit comments

Comments
 (0)