Skip to content

Commit ed3231b

Browse files
committed
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-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit ed3231b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545
"start": "backstage-cli package start"
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:^",
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:^",
5555
"@backstage/integration": "workspace:^",
56-
"@backstage/plugin-catalog-backend": "workspace:^",
57-
"@backstage/plugin-catalog-common": "workspace:^",
56+
"@backstage/plugin-catalog-backend": "2.0.0",
57+
"@backstage/plugin-catalog-common": "0.1.0",
5858
"@backstage/plugin-catalog-node": "workspace:^",
5959
"@backstage/plugin-events-node": "workspace:^",
6060
"@backstage/types": "workspace:^",

0 commit comments

Comments
 (0)