Skip to content

Commit f71c2e5

Browse files
committed
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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit f71c2e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
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.2.0",
27+
"@backstage/types": "0.1.1",
2828
"winston": "^3.2.1",
2929
"yeoman-environment": "^3.9.1"
3030
},

0 commit comments

Comments
 (0)