Skip to content

Commit a5c5006

Browse files
authored
fix: plugins/catalog-unprocessed-entities/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-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit a5c5006

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/catalog-unprocessed-entities/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
},
3030
"dependencies": {
3131
"@backstage/catalog-model": "workspace:^",
32-
"@backstage/core-components": "workspace:^",
32+
"@backstage/core-components": "0.1.0",
3333
"@backstage/core-plugin-api": "workspace:^",
3434
"@backstage/errors": "workspace:^",
35-
"@backstage/theme": "workspace:^",
35+
"@backstage/theme": "0.1.1",
3636
"@material-ui/core": "^4.9.13",
3737
"@material-ui/icons": "^4.9.1",
3838
"@material-ui/lab": "^4.0.0-alpha.60",

0 commit comments

Comments
 (0)