Skip to content

Commit b79c51f

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/app-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"clean": "backstage-cli package clean"
4646
},
4747
"dependencies": {
48-
"@backstage/backend-common": "workspace:^",
49-
"@backstage/backend-plugin-api": "workspace:^",
48+
"@backstage/backend-common": "0.24.1",
49+
"@backstage/backend-plugin-api": "0.6.19",
5050
"@backstage/config": "workspace:^",
51-
"@backstage/config-loader": "workspace:^",
51+
"@backstage/config-loader": "0.1.1",
5252
"@backstage/types": "workspace:^",
5353
"@types/express": "^4.17.6",
5454
"express": "^4.17.1",

0 commit comments

Comments
 (0)