Skip to content

Commit 4a6f4be

Browse files
committed
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 - https://snyk.io/vuln/SNYK-JS-FORMIDABLE-9788127
1 parent dcd7e16 commit 4a6f4be

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/scaffolder-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@
4646
"build:assets": "node scripts/build-nunjucks.js"
4747
},
4848
"dependencies": {
49-
"@backstage/backend-common": "workspace:^",
49+
"@backstage/backend-common": "0.24.1",
5050
"@backstage/backend-plugin-api": "workspace:^",
5151
"@backstage/backend-tasks": "workspace:^",
5252
"@backstage/catalog-client": "workspace:^",
5353
"@backstage/catalog-model": "workspace:^",
54-
"@backstage/config": "workspace:^",
54+
"@backstage/config": "0.1.1",
5555
"@backstage/errors": "workspace:^",
5656
"@backstage/integration": "workspace:^",
5757
"@backstage/plugin-auth-node": "workspace:^",
58-
"@backstage/plugin-catalog-backend": "workspace:^",
58+
"@backstage/plugin-catalog-backend": "1.25.0",
5959
"@backstage/plugin-catalog-common": "workspace:^",
6060
"@backstage/plugin-catalog-node": "workspace:^",
6161
"@backstage/plugin-permission-common": "workspace:^",
6262
"@backstage/plugin-permission-node": "workspace:^",
63-
"@backstage/plugin-scaffolder-common": "workspace:^",
64-
"@backstage/plugin-scaffolder-node": "workspace:^",
63+
"@backstage/plugin-scaffolder-common": "0.1.0",
64+
"@backstage/plugin-scaffolder-node": "0.1.0",
6565
"@backstage/types": "workspace:^",
6666
"@gitbeaker/core": "^35.6.0",
6767
"@gitbeaker/node": "^35.1.0",

0 commit comments

Comments
 (0)