Skip to content

Commit 02ff7b7

Browse files
committed
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-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 02ff7b7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 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:^",
39+
"@backstage/backend-common": "0.24.1",
4040
"@backstage/backend-plugin-api": "workspace:^",
4141
"@backstage/backend-tasks": "workspace:^",
4242
"@backstage/catalog-client": "workspace:^",
43-
"@backstage/catalog-model": "workspace:^",
43+
"@backstage/catalog-model": "0.1.1",
4444
"@backstage/config": "workspace:^",
45-
"@backstage/plugin-catalog-common": "workspace:^",
45+
"@backstage/plugin-catalog-common": "0.1.0",
4646
"@backstage/plugin-permission-common": "workspace:^",
4747
"@backstage/plugin-search-backend-node": "workspace:^",
48-
"@backstage/plugin-search-common": "workspace:^",
49-
"@backstage/plugin-techdocs-node": "workspace:^",
48+
"@backstage/plugin-search-common": "0.3.1",
49+
"@backstage/plugin-techdocs-node": "1.12.11",
5050
"lodash": "^4.17.21",
5151
"node-fetch": "^2.6.7",
5252
"p-limit": "^3.1.0",

0 commit comments

Comments
 (0)