Skip to content

Commit c46309f

Browse files
committed
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-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969
1 parent c67ec7f commit c46309f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
},
3838
"dependencies": {
3939
"@backstage/backend-common": "workspace:^",
40-
"@backstage/backend-plugin-api": "workspace:^",
40+
"@backstage/backend-plugin-api": "0.6.19",
4141
"@backstage/config": "workspace:^",
4242
"@backstage/integration-aws-node": "workspace:^",
4343
"@backstage/plugin-search-backend-node": "workspace:^",
44-
"@backstage/plugin-search-common": "workspace:^",
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",

0 commit comments

Comments
 (0)