Skip to content

Commit 78d6aed

Browse files
committed
fix(deps): Downgraded elasticsearch dependency to avoid including ESM dependencies
1 parent b92e582 commit 78d6aed

File tree

6 files changed

+11
-401
lines changed

6 files changed

+11
-401
lines changed

.ncurc.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
'chai',
99
'js-beautify',
1010
'ical.js',
11+
'@elastic/elasticsearch',
1112

1213
// api changes, check and fix
1314
'eslint',

package-lock.json

+5-206
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@bugsnag/js": "8.1.2",
4444
"@bull-board/api": "6.5.3",
4545
"@bull-board/hapi": "6.5.3",
46-
"@elastic/elasticsearch": "8.16.2",
46+
"@elastic/elasticsearch": "8.15.3",
4747
"@hapi/bell": "13.0.2",
4848
"@hapi/boom": "10.0.1",
4949
"@hapi/cookie": "12.0.1",

sbom.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)