From f066211d19ace15173223d3c3635e8c7f93a5022 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 00:52:40 +0000 Subject: [PATCH] fix: plugins/scaffolder/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 --- plugins/scaffolder/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json index 08a3004e08fb44..5a0f1d0c3a116a 100644 --- a/plugins/scaffolder/package.json +++ b/plugins/scaffolder/package.json @@ -50,16 +50,16 @@ "@backstage/config": "workspace:^", "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", - "@backstage/errors": "workspace:^", + "@backstage/errors": "0.1.1", "@backstage/integration": "workspace:^", "@backstage/integration-react": "workspace:^", "@backstage/plugin-catalog-common": "workspace:^", "@backstage/plugin-catalog-react": "workspace:^", "@backstage/plugin-permission-react": "workspace:^", "@backstage/plugin-scaffolder-common": "workspace:^", - "@backstage/plugin-scaffolder-react": "workspace:^", + "@backstage/plugin-scaffolder-react": "1.0.0", "@backstage/theme": "workspace:^", - "@backstage/types": "workspace:^", + "@backstage/types": "0.1.1", "@codemirror/language": "^6.0.0", "@codemirror/legacy-modes": "^6.1.0", "@codemirror/view": "^6.0.0", @@ -67,7 +67,7 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61", "@react-hookz/web": "^20.0.0", - "@rjsf/core": "^3.2.1", + "@rjsf/core": "^5.0.0", "@rjsf/material-ui": "^3.2.1", "@rjsf/utils": "5.7.3", "@rjsf/validator-ajv8": "5.7.3", @@ -82,7 +82,7 @@ "json-schema-library": "^7.3.9", "lodash": "^4.17.21", "luxon": "^3.0.0", - "qs": "^6.9.4", + "qs": "^6.14.2", "react-use": "^17.2.4", "yaml": "^2.0.0", "zen-observable": "^0.10.0",