Skip to content

Commit af58e81

Browse files
committed
fix: packages/backend-app-api/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969
1 parent c67ec7f commit af58e81

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/backend-app-api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
"start": "backstage-cli package start"
3333
},
3434
"dependencies": {
35-
"@backstage/backend-common": "workspace:^",
36-
"@backstage/backend-plugin-api": "workspace:^",
35+
"@backstage/backend-common": "0.24.1",
36+
"@backstage/backend-plugin-api": "0.1.0",
3737
"@backstage/backend-tasks": "workspace:^",
3838
"@backstage/cli-common": "workspace:^",
3939
"@backstage/config": "workspace:^",
40-
"@backstage/config-loader": "workspace:^",
40+
"@backstage/config-loader": "0.1.1",
4141
"@backstage/errors": "workspace:^",
4242
"@backstage/plugin-auth-node": "workspace:^",
43-
"@backstage/plugin-permission-node": "workspace:^",
43+
"@backstage/plugin-permission-node": "0.1.0",
4444
"@backstage/types": "workspace:^",
4545
"@manypkg/get-packages": "^1.1.3",
4646
"@types/cors": "^2.8.6",

0 commit comments

Comments
 (0)