build(deps): bump winston-loggly-bulk from 3.1.1 to 3.2.1 (#13143)

Bumps [winston-loggly-bulk](https://github.com/loggly/winston-loggly-bulk) from 3.1.1 to 3.2.1.
- [Release notes](https://github.com/loggly/winston-loggly-bulk/releases)
- [Commits](https://github.com/loggly/winston-loggly-bulk/compare/v3.1.1...v3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-28 15:08:37 -05:00 committed by GitHub
parent 54b54c42e4
commit a67729d63e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -10184,9 +10184,9 @@
}
},
"node-loggly-bulk": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/node-loggly-bulk/-/node-loggly-bulk-2.2.4.tgz",
"integrity": "sha512-DfhtsDfkSBU6Dp1zvK+H1MgHRcA2yb4z07ctyA6uo+bNwKtv1exhohN910zcWNkdSYq1TImCq+O+3bOTuYHvmQ==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/node-loggly-bulk/-/node-loggly-bulk-3.0.0.tgz",
"integrity": "sha512-b/LmWZUYNt/4oQsMcGx3fy4H4IxjFavh3tO0xkINfD6UKcz28rtrkUEGrwXeHvPh9O8d3Ub6kqZocP3WHoKkzg==",
"requires": {
"json-stringify-safe": "5.0.x",
"moment": "^2.18.1",
@ -14331,14 +14331,14 @@
}
},
"winston-loggly-bulk": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/winston-loggly-bulk/-/winston-loggly-bulk-3.1.1.tgz",
"integrity": "sha512-W9FxZnwIpOFnO6TIYCc0GZfm8M+I5kkS6y8+s3byPDRTPvVnJJts70CEgqXLEofSQ9hg3A307S+yIuNliSw6Xg==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/winston-loggly-bulk/-/winston-loggly-bulk-3.2.1.tgz",
"integrity": "sha512-Ws4csTUuU3O8sepxzIj6VwacTlgyUWroVoNkIU0qcsEweW8lbheNUodKFi20lSiKzXKL9uF2J1hoVFyurD/M3w==",
"requires": {
"lodash.clonedeep": "^4.5.0",
"node-loggly-bulk": "^2.2.4",
"winston": "^3.2",
"winston-transport": "^4.3.0"
"node-loggly-bulk": "^3.0.0",
"winston": "^3.3.3",
"winston-transport": "^4.4.0"
}
},
"winston-transport": {

View file

@ -75,7 +75,7 @@
"validator": "^13.6.0",
"vinyl-buffer": "^1.0.1",
"winston": "^3.3.3",
"winston-loggly-bulk": "^3.1.1",
"winston-loggly-bulk": "^3.2.1",
"xml2js": "^0.4.23"
},
"private": true,