Skip to content

Commit 3aea923

Browse files
committed
fix: plugins/azure-sites-backend/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 3aea923

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/azure-sites-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"@azure/arm-appservice": "^13.0.1",
3636
"@azure/arm-resourcegraph": "^4.2.1",
3737
"@azure/identity": "^3.2.1",
38-
"@backstage/backend-common": "workspace:^",
38+
"@backstage/backend-common": "0.24.1",
3939
"@backstage/config": "workspace:^",
40-
"@backstage/plugin-azure-sites-common": "workspace:^",
40+
"@backstage/plugin-azure-sites-common": "0.1.0",
4141
"@types/express": "^4.17.6",
42-
"express": "^4.17.1",
42+
"express": "^4.22.0",
4343
"express-promise-router": "^4.1.0",
4444
"node-fetch": "^2.6.7",
4545
"winston": "^3.2.1",

0 commit comments

Comments
 (0)