Skip to content

Commit 47b94b4

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-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 47b94b4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/catalog-react/package.json

Lines changed: 5 additions & 5 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:^",
53-
"@backstage/integration": "workspace:^",
53+
"@backstage/integration": "0.1.0",
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",
@@ -64,7 +64,7 @@
6464
"@types/react": "^16.13.1 || ^17.0.0",
6565
"classnames": "^2.2.6",
6666
"jwt-decode": "^3.1.0",
67-
"lodash": "^4.17.21",
67+
"lodash": "^4.17.23",
6868
"material-ui-popup-state": "^1.9.3",
6969
"qs": "^6.9.4",
7070
"react-use": "^17.2.4",

0 commit comments

Comments
 (0)