Skip to content

Commit 3818cfe

Browse files
authored
fix: plugins/search-backend-node/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389
1 parent dcd7e16 commit 3818cfe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/search-backend-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
},
3838
"dependencies": {
3939
"@backstage/backend-common": "workspace:^",
40-
"@backstage/backend-plugin-api": "workspace:^",
41-
"@backstage/backend-tasks": "workspace:^",
40+
"@backstage/backend-plugin-api": "0.1.0",
41+
"@backstage/backend-tasks": "0.6.1",
4242
"@backstage/config": "workspace:^",
4343
"@backstage/errors": "workspace:^",
4444
"@backstage/plugin-permission-common": "workspace:^",
45-
"@backstage/plugin-search-common": "workspace:^",
45+
"@backstage/plugin-search-common": "0.3.1",
4646
"@types/lunr": "^2.3.3",
4747
"lodash": "^4.17.21",
4848
"lunr": "^2.3.9",

0 commit comments

Comments
 (0)