Skip to content

Commit c33dd90

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-AJV-15274295
1 parent c67ec7f commit c33dd90

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
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@backstage/catalog-client": "workspace:^",
49-
"@backstage/catalog-model": "workspace:^",
49+
"@backstage/catalog-model": "0.1.1",
5050
"@backstage/core-components": "workspace:^",
5151
"@backstage/core-plugin-api": "workspace:^",
5252
"@backstage/errors": "workspace:^",
@@ -55,7 +55,7 @@
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)