Skip to content

Commit 51e34d9

Browse files
authored
fix: plugins/techdocs-backend/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 51e34d9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

plugins/techdocs-backend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,25 @@
4848
"clean": "backstage-cli package clean"
4949
},
5050
"dependencies": {
51-
"@backstage/backend-common": "workspace:^",
52-
"@backstage/backend-plugin-api": "workspace:^",
51+
"@backstage/backend-common": "0.24.1",
52+
"@backstage/backend-plugin-api": "1.6.1",
5353
"@backstage/catalog-client": "workspace:^",
5454
"@backstage/catalog-model": "workspace:^",
5555
"@backstage/config": "workspace:^",
5656
"@backstage/errors": "workspace:^",
5757
"@backstage/integration": "workspace:^",
58-
"@backstage/plugin-catalog-common": "workspace:^",
58+
"@backstage/plugin-catalog-common": "0.1.0",
5959
"@backstage/plugin-permission-common": "workspace:^",
60-
"@backstage/plugin-search-backend-module-techdocs": "workspace:^",
61-
"@backstage/plugin-search-common": "workspace:^",
62-
"@backstage/plugin-techdocs-node": "workspace:^",
60+
"@backstage/plugin-search-backend-module-techdocs": "0.2.2",
61+
"@backstage/plugin-search-common": "0.3.1",
62+
"@backstage/plugin-techdocs-node": "1.7.2",
6363
"@types/express": "^4.17.6",
6464
"dockerode": "^3.3.1",
6565
"express": "^4.17.1",
6666
"express-promise-router": "^4.1.0",
6767
"fs-extra": "10.1.0",
6868
"knex": "^2.0.0",
69-
"lodash": "^4.17.21",
69+
"lodash": "^4.17.23",
7070
"node-fetch": "^2.6.7",
7171
"p-limit": "^3.1.0",
7272
"winston": "^3.2.1"

0 commit comments

Comments
 (0)