From c7ebbe6aabd813a7871ad2f41cfec2c01a86231a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 14:49:50 +0000 Subject: [PATCH] fix: plugins/firehydrant/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- plugins/firehydrant/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/firehydrant/package.json b/plugins/firehydrant/package.json index 0bde3e81ed098d..458ede7bbf3eb3 100644 --- a/plugins/firehydrant/package.json +++ b/plugins/firehydrant/package.json @@ -26,8 +26,8 @@ "@backstage/catalog-model": "workspace:^", "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/theme": "workspace:^", + "@backstage/plugin-catalog-react": "0.0.1", + "@backstage/theme": "0.1.1", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61",