Skip to content

Commit e6b429e

Browse files
authored
fix: plugins/catalog-import/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 e6b429e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/catalog-import/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"@backstage/catalog-client": "workspace:^",
3636
"@backstage/catalog-model": "workspace:^",
3737
"@backstage/config": "workspace:^",
38-
"@backstage/core-components": "workspace:^",
38+
"@backstage/core-components": "0.8.6",
3939
"@backstage/core-plugin-api": "workspace:^",
4040
"@backstage/errors": "workspace:^",
4141
"@backstage/integration": "workspace:^",
42-
"@backstage/integration-react": "workspace:^",
42+
"@backstage/integration-react": "0.1.1",
4343
"@backstage/plugin-catalog-common": "workspace:^",
4444
"@backstage/plugin-catalog-react": "workspace:^",
4545
"@material-ui/core": "^4.12.2",

0 commit comments

Comments
 (0)