Skip to content

Commit 8a94871

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-OCTOKITREQUEST-8730853
1 parent dcd7e16 commit 8a94871

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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:^",
@@ -59,7 +59,7 @@
5959
"@backstage/plugin-events-node": "workspace:^",
6060
"@backstage/types": "workspace:^",
6161
"@octokit/graphql": "^5.0.0",
62-
"@octokit/rest": "^19.0.3",
62+
"@octokit/rest": "^22.0.0",
6363
"git-url-parse": "^13.0.0",
6464
"lodash": "^4.17.21",
6565
"minimatch": "^5.1.2",

0 commit comments

Comments
 (0)