Skip to content

Commit

Permalink
chore(deps): bump @elastic/ecs-pino-format from 1.4.0 to 1.5.0 (#3708)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent 0d8b597 commit dd0dfd8
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 115 deletions.
2 changes: 1 addition & 1 deletion dev-utils/bitrot.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { execSync } = require('child_process');
const fs = require('fs');

const dashdash = require('dashdash');
const ecsFormat = require('@elastic/ecs-pino-format');
const { ecsFormat } = require('@elastic/ecs-pino-format');
const pino = require('pino');
const semver = require('semver');
const yaml = require('js-yaml');
Expand Down
2 changes: 1 addition & 1 deletion lib/logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// - error
// - fatal - mapped to "critical" for backward compat

var ecsFormat = require('@elastic/ecs-pino-format');
const { ecsFormat } = require('@elastic/ecs-pino-format');
var pino = require('pino');
var semver = require('semver');

Expand Down
140 changes: 28 additions & 112 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/context-propagation-only.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

const { Writable } = require('stream');

const ecsFormat = require('@elastic/ecs-pino-format');
const { ecsFormat } = require('@elastic/ecs-pino-format');
let http; // required below, *after* apm.start()
const pino = require('pino');
const tape = require('tape');
Expand Down

0 comments on commit dd0dfd8

Please sign in to comment.