Skip to content

Commit 02856d0

Browse files
authored
fix: plugins/scaffolder-backend-module-cookiecutter/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295
1 parent c67ec7f commit 02856d0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"clean": "backstage-cli package clean"
2424
},
2525
"dependencies": {
26-
"@backstage/backend-common": "workspace:^",
26+
"@backstage/backend-common": "0.24.1",
2727
"@backstage/config": "workspace:^",
2828
"@backstage/errors": "workspace:^",
29-
"@backstage/integration": "workspace:^",
30-
"@backstage/plugin-scaffolder-backend": "workspace:^",
31-
"@backstage/plugin-scaffolder-node": "workspace:^",
29+
"@backstage/integration": "0.1.0",
30+
"@backstage/plugin-scaffolder-backend": "2.1.0",
31+
"@backstage/plugin-scaffolder-node": "0.2.0",
3232
"@backstage/types": "workspace:^",
3333
"command-exists": "^1.2.9",
3434
"fs-extra": "10.1.0",

0 commit comments

Comments
 (0)