Skip to content

Commit 1ee7cdd

Browse files
authored
fix: plugins/search-backend-module-elasticsearch/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 1ee7cdd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
},
3838
"dependencies": {
3939
"@backstage/backend-common": "workspace:^",
40-
"@backstage/backend-plugin-api": "workspace:^",
40+
"@backstage/backend-plugin-api": "1.6.1",
4141
"@backstage/config": "workspace:^",
4242
"@backstage/integration-aws-node": "workspace:^",
43-
"@backstage/plugin-search-backend-node": "workspace:^",
44-
"@backstage/plugin-search-common": "workspace:^",
43+
"@backstage/plugin-search-backend-node": "0.1.2",
44+
"@backstage/plugin-search-common": "0.3.1",
4545
"@elastic/elasticsearch": "^7.13.0",
4646
"@opensearch-project/opensearch": "^2.2.1",
4747
"aws4": "^1.12.0",
4848
"elastic-builder": "^2.16.0",
49-
"lodash": "^4.17.21",
49+
"lodash": "^4.17.23",
5050
"uuid": "^8.3.2",
5151
"winston": "^3.2.1"
5252
},

0 commit comments

Comments
 (0)