Skip to content

Commit 250021f

Browse files
authored
fix: plugins/scaffolder/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 250021f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

plugins/scaffolder/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848
"@backstage/catalog-client": "workspace:^",
4949
"@backstage/catalog-model": "workspace:^",
5050
"@backstage/config": "workspace:^",
51-
"@backstage/core-components": "workspace:^",
51+
"@backstage/core-components": "0.1.0",
5252
"@backstage/core-plugin-api": "workspace:^",
53-
"@backstage/errors": "workspace:^",
54-
"@backstage/integration": "workspace:^",
55-
"@backstage/integration-react": "workspace:^",
53+
"@backstage/errors": "0.1.1",
54+
"@backstage/integration": "0.1.0",
55+
"@backstage/integration-react": "0.1.1",
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.6.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",
@@ -80,7 +80,7 @@
8080
"immer": "^9.0.1",
8181
"json-schema": "^0.4.0",
8282
"json-schema-library": "^7.3.9",
83-
"lodash": "^4.17.21",
83+
"lodash": "^4.17.23",
8484
"luxon": "^3.0.0",
8585
"qs": "^6.9.4",
8686
"react-use": "^17.2.4",

0 commit comments

Comments
 (0)