Skip to content

Commit 03bcaf3

Browse files
authored
fix: plugins/scaffolder-backend-module-yeoman/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BACKSTAGEPLUGINSCAFFOLDERNODE-15054276 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291
1 parent c67ec7f commit 03bcaf3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/scaffolder-backend-module-yeoman/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"clean": "backstage-cli package clean"
2323
},
2424
"dependencies": {
25-
"@backstage/config": "workspace:^",
26-
"@backstage/plugin-scaffolder-node": "workspace:^",
27-
"@backstage/types": "workspace:^",
25+
"@backstage/config": "0.1.1",
26+
"@backstage/plugin-scaffolder-node": "0.11.2",
27+
"@backstage/types": "0.1.1",
2828
"winston": "^3.2.1",
29-
"yeoman-environment": "^3.9.1"
29+
"yeoman-environment": "^4.0.0"
3030
},
3131
"devDependencies": {
3232
"@backstage/backend-common": "workspace:^",

0 commit comments

Comments
 (0)