Skip to content

Commit 914df79

Browse files
Update misc dependencies (#59542)
* update deps * updating to @hapi/good-squeeze * consolidate fast-safe-stringify deps Co-authored-by: Elastic Machine <[email protected]>
1 parent 8a3e9c6 commit 914df79

File tree

3 files changed

+47
-166
lines changed

3 files changed

+47
-166
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@
126126
"@elastic/numeral": "2.4.0",
127127
"@elastic/request-crypto": "^1.0.2",
128128
"@elastic/ui-ace": "0.2.3",
129-
"@hapi/wreck": "^15.0.1",
129+
"@hapi/good-squeeze": "5.2.1",
130+
"@hapi/wreck": "^15.0.2",
130131
"@kbn/analytics": "1.0.0",
131132
"@kbn/babel-code-parser": "1.0.0",
132133
"@kbn/babel-preset": "1.0.0",
@@ -179,7 +180,6 @@
179180
"glob": "^7.1.2",
180181
"glob-all": "^3.1.0",
181182
"globby": "^8.0.1",
182-
"good-squeeze": "2.1.0",
183183
"h2o2": "^8.1.2",
184184
"handlebars": "4.5.3",
185185
"hapi": "^17.5.3",
@@ -203,7 +203,7 @@
203203
"leaflet-responsive-popup": "0.6.4",
204204
"leaflet-vega": "^0.8.6",
205205
"leaflet.heat": "0.2.0",
206-
"less": "^2.7.3",
206+
"less": "^3.0.2",
207207
"less-loader": "5.0.0",
208208
"lodash": "npm:@elastic/[email protected]",
209209
"lodash.clonedeep": "^4.5.0",

src/legacy/server/logging/log_reporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919

20-
import { Squeeze } from 'good-squeeze';
20+
import { Squeeze } from '@hapi/good-squeeze';
2121
import { createWriteStream as writeStr } from 'fs';
2222

2323
import LogFormatJson from './log_format_json';

0 commit comments

Comments
 (0)