Skip to content

Commit dba8115

Browse files
authored
fix: plugins/catalog-graph/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 dba8115

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/catalog-graph/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"dependencies": {
2525
"@backstage/catalog-client": "workspace:^",
2626
"@backstage/catalog-model": "workspace:^",
27-
"@backstage/core-components": "workspace:^",
28-
"@backstage/core-plugin-api": "workspace:^",
29-
"@backstage/plugin-catalog-react": "workspace:^",
30-
"@backstage/theme": "workspace:^",
27+
"@backstage/core-components": "0.1.0",
28+
"@backstage/core-plugin-api": "0.1.0",
29+
"@backstage/plugin-catalog-react": "0.0.1",
30+
"@backstage/theme": "0.1.1",
3131
"@backstage/types": "workspace:^",
3232
"@material-ui/core": "^4.12.2",
3333
"@material-ui/icons": "^4.9.1",
3434
"@material-ui/lab": "4.0.0-alpha.61",
3535
"@types/react": "^16.13.1 || ^17.0.0",
3636
"classnames": "^2.3.1",
37-
"lodash": "^4.17.15",
37+
"lodash": "^4.17.23",
3838
"p-limit": "^3.1.0",
3939
"qs": "^6.9.4",
4040
"react-use": "^17.2.4"

0 commit comments

Comments
 (0)