From 669d640c52d4c839d6a4d87020d15678a6871436 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:16:39 +0000 Subject: [PATCH] fix: plugins/github-issues/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- plugins/github-issues/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/github-issues/package.json b/plugins/github-issues/package.json index c975f3687f345f..005e45448574ef 100644 --- a/plugins/github-issues/package.json +++ b/plugins/github-issues/package.json @@ -23,11 +23,11 @@ }, "dependencies": { "@backstage/catalog-model": "workspace:^", - "@backstage/core-components": "workspace:^", + "@backstage/core-components": "0.1.0", "@backstage/core-plugin-api": "workspace:^", "@backstage/errors": "workspace:^", - "@backstage/integration": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", + "@backstage/integration": "0.1.0", + "@backstage/plugin-catalog-react": "0.0.1", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.9.1",