Skip to content

Commit 6894068

Browse files
authored
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-9535930
1 parent dcd7e16 commit 6894068

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/scaffolder-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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:^",
@@ -55,12 +55,12 @@
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:^",
63+
"@backstage/plugin-scaffolder-common": "0.1.0",
6464
"@backstage/plugin-scaffolder-node": "workspace:^",
6565
"@backstage/types": "workspace:^",
6666
"@gitbeaker/core": "^35.6.0",

0 commit comments

Comments
 (0)