Skip to content

Commit 934f911

Browse files
authored
fix: plugins/code-coverage-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent dcd7e16 commit 934f911

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/code-coverage-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"clean": "backstage-cli package clean"
2424
},
2525
"dependencies": {
26-
"@backstage/backend-common": "workspace:^",
27-
"@backstage/catalog-client": "workspace:^",
26+
"@backstage/backend-common": "0.24.1",
27+
"@backstage/catalog-client": "0.2.0",
2828
"@backstage/catalog-model": "workspace:^",
29-
"@backstage/config": "workspace:^",
29+
"@backstage/config": "0.1.1",
3030
"@backstage/errors": "workspace:^",
3131
"@backstage/integration": "workspace:^",
3232
"@types/express": "^4.17.6",

0 commit comments

Comments
 (0)