Skip to content

Commit de19321

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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit de19321

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/techdocs-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
"ext": "ts"
6161
},
6262
"dependencies": {
63-
"@backstage/backend-common": "workspace:^",
63+
"@backstage/backend-common": "0.25.0",
6464
"@backstage/catalog-model": "workspace:^",
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.9",
6868
"@types/dockerode": "^3.3.0",
6969
"commander": "^9.1.0",
7070
"dockerode": "^3.3.1",

0 commit comments

Comments
 (0)