Skip to content

Commit a716d16

Browse files
authored
fix: plugins/azure-devops-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295
1 parent c67ec7f commit a716d16

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/azure-devops-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"clean": "backstage-cli package clean"
2323
},
2424
"dependencies": {
25-
"@backstage/backend-common": "workspace:^",
26-
"@backstage/backend-plugin-api": "workspace:^",
25+
"@backstage/backend-common": "0.24.1",
26+
"@backstage/backend-plugin-api": "0.6.19",
2727
"@backstage/config": "workspace:^",
28-
"@backstage/plugin-azure-devops-common": "workspace:^",
28+
"@backstage/plugin-azure-devops-common": "0.0.1",
2929
"@types/express": "^4.17.6",
3030
"azure-devops-node-api": "^11.0.1",
3131
"express": "^4.17.1",

0 commit comments

Comments
 (0)