From a1fa3e1f8316cbb09f56eb1e3a9b1b91d1cc1e5b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:51:25 +0000 Subject: [PATCH] fix: plugins/github-actions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/github-actions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github-actions/package.json b/plugins/github-actions/package.json index 717d8a3a89e404..debc79a6adb22a 100644 --- a/plugins/github-actions/package.json +++ b/plugins/github-actions/package.json @@ -38,7 +38,7 @@ "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/integration": "workspace:^", - "@backstage/integration-react": "workspace:^", + "@backstage/integration-react": "0.1.1", "@backstage/plugin-catalog-react": "workspace:^", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.12.2",