Skip to content

Commit 469bc06

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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-TAR-15032660
1 parent c67ec7f commit 469bc06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/catalog-react/package.json

Lines changed: 2 additions & 2 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:^",
50+
"@backstage/core-components": "0.8.6",
5151
"@backstage/core-plugin-api": "workspace:^",
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:^",
5757
"@backstage/theme": "workspace:^",
58-
"@backstage/types": "workspace:^",
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)