Skip to content

Commit aa88fc8

Browse files
authored
fix: plugins/code-coverage/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-TAR-15032660
1 parent c67ec7f commit aa88fc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/code-coverage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"dependencies": {
2626
"@backstage/catalog-model": "workspace:^",
2727
"@backstage/config": "workspace:^",
28-
"@backstage/core-components": "workspace:^",
29-
"@backstage/core-plugin-api": "workspace:^",
28+
"@backstage/core-components": "0.8.6",
29+
"@backstage/core-plugin-api": "0.1.0",
3030
"@backstage/errors": "workspace:^",
3131
"@backstage/plugin-catalog-react": "workspace:^",
3232
"@backstage/theme": "workspace:^",

0 commit comments

Comments
 (0)