Skip to content

Commit aeded8f

Browse files
authored
fix: plugins/github-deployments/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 aeded8f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/github-deployments/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
},
2525
"dependencies": {
2626
"@backstage/catalog-model": "workspace:^",
27-
"@backstage/core-components": "workspace:^",
27+
"@backstage/core-components": "0.1.0",
2828
"@backstage/core-plugin-api": "workspace:^",
2929
"@backstage/errors": "workspace:^",
3030
"@backstage/integration": "workspace:^",
31-
"@backstage/integration-react": "workspace:^",
32-
"@backstage/plugin-catalog-react": "workspace:^",
33-
"@backstage/theme": "workspace:^",
31+
"@backstage/integration-react": "0.1.1",
32+
"@backstage/plugin-catalog-react": "0.0.1",
33+
"@backstage/theme": "0.1.1",
3434
"@material-ui/core": "^4.12.2",
3535
"@material-ui/icons": "^4.9.1",
3636
"@material-ui/lab": "4.0.0-alpha.61",

0 commit comments

Comments
 (0)