Skip to content

Commit 165429e

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-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 165429e

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)