Skip to content

Commit f066211

Browse files
committed
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
1 parent c67ec7f commit f066211

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/scaffolder/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,24 @@
5050
"@backstage/config": "workspace:^",
5151
"@backstage/core-components": "workspace:^",
5252
"@backstage/core-plugin-api": "workspace:^",
53-
"@backstage/errors": "workspace:^",
53+
"@backstage/errors": "0.1.1",
5454
"@backstage/integration": "workspace:^",
5555
"@backstage/integration-react": "workspace:^",
5656
"@backstage/plugin-catalog-common": "workspace:^",
5757
"@backstage/plugin-catalog-react": "workspace:^",
5858
"@backstage/plugin-permission-react": "workspace:^",
5959
"@backstage/plugin-scaffolder-common": "workspace:^",
60-
"@backstage/plugin-scaffolder-react": "workspace:^",
60+
"@backstage/plugin-scaffolder-react": "1.0.0",
6161
"@backstage/theme": "workspace:^",
62-
"@backstage/types": "workspace:^",
62+
"@backstage/types": "0.1.1",
6363
"@codemirror/language": "^6.0.0",
6464
"@codemirror/legacy-modes": "^6.1.0",
6565
"@codemirror/view": "^6.0.0",
6666
"@material-ui/core": "^4.12.2",
6767
"@material-ui/icons": "^4.9.1",
6868
"@material-ui/lab": "4.0.0-alpha.61",
6969
"@react-hookz/web": "^20.0.0",
70-
"@rjsf/core": "^3.2.1",
70+
"@rjsf/core": "^5.0.0",
7171
"@rjsf/material-ui": "^3.2.1",
7272
"@rjsf/utils": "5.7.3",
7373
"@rjsf/validator-ajv8": "5.7.3",
@@ -82,7 +82,7 @@
8282
"json-schema-library": "^7.3.9",
8383
"lodash": "^4.17.21",
8484
"luxon": "^3.0.0",
85-
"qs": "^6.9.4",
85+
"qs": "^6.14.2",
8686
"react-use": "^17.2.4",
8787
"yaml": "^2.0.0",
8888
"zen-observable": "^0.10.0",

0 commit comments

Comments
 (0)