Skip to content

Commit 6ef9164

Browse files
authored
fix: plugins/catalog-react/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 6ef9164

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/catalog-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"dependencies": {
4848
"@backstage/catalog-client": "workspace:^",
4949
"@backstage/catalog-model": "workspace:^",
50-
"@backstage/core-components": "workspace:^",
51-
"@backstage/core-plugin-api": "workspace:^",
50+
"@backstage/core-components": "0.1.0",
51+
"@backstage/core-plugin-api": "0.1.0",
5252
"@backstage/errors": "workspace:^",
5353
"@backstage/integration": "workspace:^",
5454
"@backstage/plugin-catalog-common": "workspace:^",
5555
"@backstage/plugin-permission-common": "workspace:^",
5656
"@backstage/plugin-permission-react": "workspace:^",
57-
"@backstage/theme": "workspace:^",
58-
"@backstage/types": "workspace:^",
57+
"@backstage/theme": "0.1.1",
58+
"@backstage/types": "0.1.1",
5959
"@backstage/version-bridge": "workspace:^",
6060
"@material-ui/core": "^4.12.2",
6161
"@material-ui/icons": "^4.9.1",

0 commit comments

Comments
 (0)