Skip to content

Commit 2db527c

Browse files
authored
fix: plugins/user-settings/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389
1 parent dcd7e16 commit 2db527c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/user-settings/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"clean": "backstage-cli package clean"
3333
},
3434
"dependencies": {
35-
"@backstage/core-app-api": "workspace:^",
35+
"@backstage/core-app-api": "0.1.0",
3636
"@backstage/core-components": "workspace:^",
3737
"@backstage/core-plugin-api": "workspace:^",
3838
"@backstage/errors": "workspace:^",
39-
"@backstage/plugin-catalog-react": "workspace:^",
40-
"@backstage/theme": "workspace:^",
39+
"@backstage/plugin-catalog-react": "0.0.1",
40+
"@backstage/theme": "0.1.1",
4141
"@backstage/types": "workspace:^",
4242
"@material-ui/core": "^4.12.2",
4343
"@material-ui/icons": "^4.9.1",

0 commit comments

Comments
 (0)