Skip to content

Commit a24c5df

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-TAR-6476909
1 parent c67ec7f commit a24c5df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/app-backend/package.json

Lines changed: 4 additions & 4 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:^",
50-
"@backstage/config": "workspace:^",
51-
"@backstage/config-loader": "workspace:^",
48+
"@backstage/backend-common": "0.24.1",
49+
"@backstage/backend-plugin-api": "0.6.19",
50+
"@backstage/config": "0.1.1",
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)