From a92fe0c991feae84687993aff304c29bcf6abc79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 21:38:25 +0000 Subject: [PATCH] fix: plugins/user-settings/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- plugins/user-settings/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json index 57a6d89be08633..e640dc864debe4 100644 --- a/plugins/user-settings/package.json +++ b/plugins/user-settings/package.json @@ -32,12 +32,12 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@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/errors": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/theme": "workspace:^", + "@backstage/plugin-catalog-react": "0.0.1", + "@backstage/theme": "0.1.1", "@backstage/types": "workspace:^", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1",