Skip to content

Commit 929b321

Browse files
authored
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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 929b321

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"bundled": true,
99
"dependencies": {
1010
"@backstage/app-defaults": "workspace:^",
11-
"@backstage/catalog-model": "workspace:^",
11+
"@backstage/catalog-model": "0.1.1",
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)