Skip to content

Commit d186828

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-BABELRUNTIME-10044504
1 parent dcd7e16 commit d186828

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/core-components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"start": "backstage-cli package start"
3333
},
3434
"dependencies": {
35-
"@backstage/config": "workspace:^",
36-
"@backstage/core-plugin-api": "workspace:^",
35+
"@backstage/config": "0.1.1",
36+
"@backstage/core-plugin-api": "0.1.0",
3737
"@backstage/errors": "workspace:^",
38-
"@backstage/theme": "workspace:^",
39-
"@backstage/version-bridge": "workspace:^",
38+
"@backstage/theme": "0.1.1",
39+
"@backstage/version-bridge": "0.1.0",
4040
"@date-io/core": "^1.3.13",
41-
"@material-table/core": "^3.1.0",
41+
"@material-table/core": "^4.3.45",
4242
"@material-ui/core": "^4.12.2",
4343
"@material-ui/icons": "^4.9.1",
4444
"@material-ui/lab": "4.0.0-alpha.61",

0 commit comments

Comments
 (0)