Skip to content

Commit 8230146

Browse files
committed
fix: packages/core-components/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 8230146

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"start": "backstage-cli package start"
3333
},
3434
"dependencies": {
35-
"@backstage/config": "workspace:^",
35+
"@backstage/config": "0.1.1",
3636
"@backstage/core-plugin-api": "workspace:^",
3737
"@backstage/errors": "workspace:^",
3838
"@backstage/theme": "workspace:^",
39-
"@backstage/version-bridge": "workspace:^",
39+
"@backstage/version-bridge": "0.1.0",
4040
"@date-io/core": "^1.3.13",
4141
"@material-table/core": "^3.1.0",
4242
"@material-ui/core": "^4.12.2",

0 commit comments

Comments
 (0)