Skip to content

Commit 1084086

Browse files
committed
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 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 1084086

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/azure-devops-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
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",
31-
"express": "^4.17.1",
31+
"express": "^4.22.0",
3232
"express-promise-router": "^4.1.0",
3333
"mime-types": "^2.1.27",
3434
"p-limit": "^3.1.0",

0 commit comments

Comments
 (0)