Skip to content

Commit 8a256e5

Browse files
committed
fix: plugins/catalog/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 8a256e5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/catalog/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"dependencies": {
3535
"@backstage/catalog-client": "workspace:^",
3636
"@backstage/catalog-model": "workspace:^",
37-
"@backstage/core-components": "workspace:^",
38-
"@backstage/core-plugin-api": "workspace:^",
37+
"@backstage/core-components": "0.1.0",
38+
"@backstage/core-plugin-api": "0.1.0",
3939
"@backstage/errors": "workspace:^",
4040
"@backstage/integration-react": "workspace:^",
4141
"@backstage/plugin-catalog-common": "workspace:^",
42-
"@backstage/plugin-catalog-react": "workspace:^",
42+
"@backstage/plugin-catalog-react": "0.0.1",
4343
"@backstage/plugin-scaffolder-common": "workspace:^",
4444
"@backstage/plugin-search-common": "workspace:^",
45-
"@backstage/plugin-search-react": "workspace:^",
46-
"@backstage/theme": "workspace:^",
45+
"@backstage/plugin-search-react": "0.1.0",
46+
"@backstage/theme": "0.1.1",
4747
"@backstage/types": "workspace:^",
4848
"@material-ui/core": "^4.12.2",
4949
"@material-ui/icons": "^4.9.1",

0 commit comments

Comments
 (0)