From 64c959a756fd66882ff416a8e22e237edb13dcd9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 00:22:24 +0000 Subject: [PATCH] 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-15038581 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- .../catalog-backend-module-github/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/catalog-backend-module-github/package.json b/plugins/catalog-backend-module-github/package.json index 2e64d39638818e..d7bf0fae580da2 100644 --- a/plugins/catalog-backend-module-github/package.json +++ b/plugins/catalog-backend-module-github/package.json @@ -45,23 +45,23 @@ "start": "backstage-cli package start" }, "dependencies": { - "@backstage/backend-common": "workspace:^", - "@backstage/backend-plugin-api": "workspace:^", + "@backstage/backend-common": "0.24.1", + "@backstage/backend-plugin-api": "1.6.1", "@backstage/backend-tasks": "workspace:^", "@backstage/catalog-client": "workspace:^", - "@backstage/catalog-model": "workspace:^", + "@backstage/catalog-model": "0.1.1", "@backstage/config": "workspace:^", "@backstage/errors": "workspace:^", - "@backstage/integration": "workspace:^", - "@backstage/plugin-catalog-backend": "workspace:^", - "@backstage/plugin-catalog-common": "workspace:^", + "@backstage/integration": "0.1.0", + "@backstage/plugin-catalog-backend": "2.0.0", + "@backstage/plugin-catalog-common": "0.1.0", "@backstage/plugin-catalog-node": "workspace:^", - "@backstage/plugin-events-node": "workspace:^", + "@backstage/plugin-events-node": "0.4.0", "@backstage/types": "workspace:^", "@octokit/graphql": "^5.0.0", "@octokit/rest": "^19.0.3", "git-url-parse": "^13.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "minimatch": "^5.1.2", "node-fetch": "^2.6.7", "uuid": "^8.0.0",