From 884df6ee58a557dac508d7469125aaf93da5fd74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 23:48:09 +0000 Subject: [PATCH] fix: packages/integration-react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- packages/integration-react/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/integration-react/package.json b/packages/integration-react/package.json index 616826b4307b97..7cb4872fb02a84 100644 --- a/packages/integration-react/package.json +++ b/packages/integration-react/package.json @@ -24,9 +24,9 @@ }, "dependencies": { "@backstage/config": "workspace:^", - "@backstage/core-components": "workspace:^", + "@backstage/core-components": "0.1.0", "@backstage/core-plugin-api": "workspace:^", - "@backstage/integration": "workspace:^", + "@backstage/integration": "0.1.0", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1",