Skip to content

Commit e8b1621

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

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@
4545
"start": "backstage-cli package start"
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:^",
5151
"@backstage/catalog-client": "workspace:^",
52-
"@backstage/catalog-model": "workspace:^",
52+
"@backstage/catalog-model": "0.1.1",
5353
"@backstage/config": "workspace:^",
5454
"@backstage/errors": "workspace:^",
55-
"@backstage/integration": "workspace:^",
56-
"@backstage/plugin-catalog-backend": "workspace:^",
57-
"@backstage/plugin-catalog-common": "workspace:^",
55+
"@backstage/integration": "0.1.0",
56+
"@backstage/plugin-catalog-backend": "1.25.0",
57+
"@backstage/plugin-catalog-common": "0.1.0",
5858
"@backstage/plugin-catalog-node": "workspace:^",
59-
"@backstage/plugin-events-node": "workspace:^",
59+
"@backstage/plugin-events-node": "0.4.0",
6060
"@backstage/types": "workspace:^",
6161
"@octokit/graphql": "^5.0.0",
6262
"@octokit/rest": "^19.0.3",
6363
"git-url-parse": "^13.0.0",
64-
"lodash": "^4.17.21",
64+
"lodash": "^4.17.23",
6565
"minimatch": "^5.1.2",
6666
"node-fetch": "^2.6.7",
6767
"uuid": "^8.0.0",

0 commit comments

Comments
 (0)