From 9c65e7e5dd873b8dc0ac61ec3fb05da986573a14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 01:01:07 +0000 Subject: [PATCH] fix: plugins/graphiql/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/graphiql/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json index c96a43576a84d7..802e57c7cfcc60 100644 --- a/plugins/graphiql/package.json +++ b/plugins/graphiql/package.json @@ -32,9 +32,9 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "workspace:^", + "@backstage/core-components": "0.1.0", "@backstage/core-plugin-api": "workspace:^", - "@backstage/theme": "workspace:^", + "@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",