Skip to content

Commit fbcdd6b

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

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)