Skip to content

Commit e58291c

Browse files
committed
fix: packages/techdocs-cli-embedded-app/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389
1 parent dcd7e16 commit e58291c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/techdocs-cli-embedded-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"@backstage/cli": "workspace:^",
1313
"@backstage/config": "workspace:^",
1414
"@backstage/core-app-api": "workspace:^",
15-
"@backstage/core-components": "workspace:^",
15+
"@backstage/core-components": "0.1.0",
1616
"@backstage/core-plugin-api": "workspace:^",
17-
"@backstage/integration-react": "workspace:^",
17+
"@backstage/integration-react": "0.1.1",
1818
"@backstage/plugin-catalog": "workspace:^",
19-
"@backstage/plugin-techdocs": "workspace:^",
19+
"@backstage/plugin-techdocs": "0.1.1",
2020
"@backstage/plugin-techdocs-react": "workspace:^",
2121
"@backstage/test-utils": "workspace:^",
2222
"@backstage/theme": "workspace:^",

0 commit comments

Comments
 (0)