Skip to content

Commit 8fb607d

Browse files
authored
fix: packages/techdocs-cli/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 8fb607d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/techdocs-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
"ext": "ts"
6161
},
6262
"dependencies": {
63-
"@backstage/backend-common": "workspace:^",
64-
"@backstage/catalog-model": "workspace:^",
63+
"@backstage/backend-common": "0.24.1",
64+
"@backstage/catalog-model": "0.1.1",
6565
"@backstage/cli-common": "workspace:^",
66-
"@backstage/config": "workspace:^",
67-
"@backstage/plugin-techdocs-node": "workspace:^",
66+
"@backstage/config": "0.1.1",
67+
"@backstage/plugin-techdocs-node": "1.12.11",
6868
"@types/dockerode": "^3.3.0",
6969
"commander": "^9.1.0",
7070
"dockerode": "^3.3.1",

0 commit comments

Comments
 (0)