Skip to content

Commit 8f66444

Browse files
committed
fix: plugins/code-coverage-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 8f66444

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/code-coverage-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"clean": "backstage-cli package clean"
2424
},
2525
"dependencies": {
26-
"@backstage/backend-common": "workspace:^",
27-
"@backstage/catalog-client": "workspace:^",
28-
"@backstage/catalog-model": "workspace:^",
29-
"@backstage/config": "workspace:^",
26+
"@backstage/backend-common": "0.24.1",
27+
"@backstage/catalog-client": "0.2.0",
28+
"@backstage/catalog-model": "0.1.1",
29+
"@backstage/config": "0.1.1",
3030
"@backstage/errors": "workspace:^",
3131
"@backstage/integration": "workspace:^",
3232
"@types/express": "^4.17.6",
33-
"express": "^4.17.1",
33+
"express": "^4.22.0",
3434
"express-promise-router": "^4.1.0",
3535
"express-xml-bodyparser": "^0.3.0",
3636
"knex": "^2.0.0",

0 commit comments

Comments
 (0)