Skip to content

Commit 24c33e2

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

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
@@ -123,7 +123,8 @@
123123
"@elastic/numeral": "2.4.0",
124124
"@elastic/request-crypto": "^1.0.2",
125125
"@elastic/ui-ace": "0.2.3",
126-
"@hapi/wreck": "^15.0.1",
126+
"@hapi/good-squeeze": "5.2.1",
127+
"@hapi/wreck": "^15.0.2",
127128
"@kbn/analytics": "1.0.0",
128129
"@kbn/babel-code-parser": "1.0.0",
129130
"@kbn/babel-preset": "1.0.0",
@@ -176,7 +177,6 @@
176177
"glob": "^7.1.2",
177178
"glob-all": "^3.1.0",
178179
"globby": "^8.0.1",
179-
"good-squeeze": "2.1.0",
180180
"h2o2": "^8.1.2",
181181
"handlebars": "4.5.3",
182182
"hapi": "^17.5.3",
@@ -200,7 +200,7 @@
200200
"leaflet-responsive-popup": "0.6.4",
201201
"leaflet-vega": "^0.8.6",
202202
"leaflet.heat": "0.2.0",
203-
"less": "^2.7.3",
203+
"less": "^3.0.2",
204204
"less-loader": "5.0.0",
205205
"lodash": "npm:@elastic/[email protected]",
206206
"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)