Skip to content

Commit 5f0a017

Browse files
authored
fix: plugins/search-backend-module-techdocs/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
1 parent c67ec7f commit 5f0a017

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/search-backend-module-techdocs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
"clean": "backstage-cli package clean"
3737
},
3838
"dependencies": {
39-
"@backstage/backend-common": "workspace:^",
40-
"@backstage/backend-plugin-api": "workspace:^",
39+
"@backstage/backend-common": "0.24.1",
40+
"@backstage/backend-plugin-api": "1.6.1",
4141
"@backstage/backend-tasks": "workspace:^",
4242
"@backstage/catalog-client": "workspace:^",
4343
"@backstage/catalog-model": "workspace:^",
4444
"@backstage/config": "workspace:^",
45-
"@backstage/plugin-catalog-common": "workspace:^",
45+
"@backstage/plugin-catalog-common": "0.1.0",
4646
"@backstage/plugin-permission-common": "workspace:^",
47-
"@backstage/plugin-search-backend-node": "workspace:^",
48-
"@backstage/plugin-search-common": "workspace:^",
49-
"@backstage/plugin-techdocs-node": "workspace:^",
47+
"@backstage/plugin-search-backend-node": "0.1.2",
48+
"@backstage/plugin-search-common": "0.3.1",
49+
"@backstage/plugin-techdocs-node": "1.12.9",
5050
"lodash": "^4.17.21",
5151
"node-fetch": "^2.6.7",
5252
"p-limit": "^3.1.0",

0 commit comments

Comments
 (0)