Skip to content

Commit 80d63e9

Browse files
authored
fix: packages/backend-app-api/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 80d63e9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/backend-app-api/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
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:^",
42-
"@backstage/plugin-auth-node": "workspace:^",
43-
"@backstage/plugin-permission-node": "workspace:^",
42+
"@backstage/plugin-auth-node": "0.1.0",
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",
4747
"@types/express": "^4.17.6",
4848
"compression": "^1.7.4",
4949
"cors": "^2.8.5",
50-
"express": "^4.17.1",
50+
"express": "^4.22.0",
5151
"express-promise-router": "^4.1.0",
5252
"fs-extra": "10.1.0",
5353
"helmet": "^6.0.0",

0 commit comments

Comments
 (0)