Skip to content

Commit 2b1f19a

Browse files
authored
fix: plugins/azure-sites-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 2b1f19a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/azure-sites-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"dependencies": {
3535
"@azure/arm-appservice": "^13.0.1",
3636
"@azure/arm-resourcegraph": "^4.2.1",
37-
"@azure/identity": "^3.2.1",
38-
"@backstage/backend-common": "workspace:^",
39-
"@backstage/config": "workspace:^",
40-
"@backstage/plugin-azure-sites-common": "workspace:^",
37+
"@azure/identity": "^3.4.1",
38+
"@backstage/backend-common": "0.25.0",
39+
"@backstage/config": "0.1.1",
40+
"@backstage/plugin-azure-sites-common": "0.1.0",
4141
"@types/express": "^4.17.6",
4242
"express": "^4.17.1",
4343
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)