From c3cc486b4fe147af8e904b7b3af07faf5fc0639d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 00:43:43 +0000 Subject: [PATCH] fix: packages/dev-utils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- packages/dev-utils/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index d7e12209c32e88..bc21490a12f0a3 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -34,11 +34,11 @@ "dependencies": { "@backstage/app-defaults": "workspace:^", "@backstage/catalog-model": "workspace:^", - "@backstage/core-app-api": "workspace:^", - "@backstage/core-components": "workspace:^", + "@backstage/core-app-api": "0.1.0", + "@backstage/core-components": "0.1.0", "@backstage/core-plugin-api": "workspace:^", - "@backstage/integration-react": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", + "@backstage/integration-react": "0.1.1", + "@backstage/plugin-catalog-react": "0.0.1", "@backstage/test-utils": "workspace:^", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.12.2",