From 531a29992bb6063d845030498c480bfcd38986b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 13:39:14 +0000 Subject: [PATCH] fix: plugins/stack-overflow/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 --- plugins/stack-overflow/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/stack-overflow/package.json b/plugins/stack-overflow/package.json index 768e8f2b54de3e..0d84ad002458c7 100644 --- a/plugins/stack-overflow/package.json +++ b/plugins/stack-overflow/package.json @@ -22,13 +22,13 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/config": "workspace:^", + "@backstage/config": "0.1.1", "@backstage/core-components": "workspace:^", - "@backstage/core-plugin-api": "workspace:^", + "@backstage/core-plugin-api": "0.1.0", "@backstage/plugin-home-react": "workspace:^", "@backstage/plugin-search-common": "workspace:^", - "@backstage/plugin-search-react": "workspace:^", - "@backstage/theme": "workspace:^", + "@backstage/plugin-search-react": "0.1.0", + "@backstage/theme": "0.1.1", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@testing-library/jest-dom": "^5.10.1",