From 0e2136eb0ae42a6e8876070ee55da24eaed93037 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 03:05:59 +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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- 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..10ac8bfefc513e 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -33,12 +33,12 @@ }, "dependencies": { "@backstage/app-defaults": "workspace:^", - "@backstage/catalog-model": "workspace:^", + "@backstage/catalog-model": "0.1.1", "@backstage/core-app-api": "workspace:^", - "@backstage/core-components": "workspace:^", + "@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": "1.0.0", "@backstage/test-utils": "workspace:^", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.12.2",