Skip to content

Commit 1b351c2

Browse files
authored
fix: plugins/techdocs/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 1b351c2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/techdocs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"dependencies": {
3636
"@backstage/catalog-model": "workspace:^",
3737
"@backstage/config": "workspace:^",
38-
"@backstage/core-components": "workspace:^",
38+
"@backstage/core-components": "0.1.0",
3939
"@backstage/core-plugin-api": "workspace:^",
4040
"@backstage/errors": "workspace:^",
4141
"@backstage/integration": "workspace:^",
4242
"@backstage/integration-react": "workspace:^",
43-
"@backstage/plugin-catalog-react": "workspace:^",
43+
"@backstage/plugin-catalog-react": "0.0.1",
4444
"@backstage/plugin-search-common": "workspace:^",
45-
"@backstage/plugin-search-react": "workspace:^",
45+
"@backstage/plugin-search-react": "0.1.0",
4646
"@backstage/plugin-techdocs-react": "workspace:^",
47-
"@backstage/theme": "workspace:^",
47+
"@backstage/theme": "0.1.1",
4848
"@material-ui/core": "^4.12.2",
4949
"@material-ui/icons": "^4.9.1",
5050
"@material-ui/lab": "4.0.0-alpha.61",

0 commit comments

Comments
 (0)