update dependency pino to v6.13.1 (#7534)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-08-21 15:06:40 -04:00
committed by GitHub
parent 07848b73af
commit d6f8c57eeb
2 changed files with 21 additions and 9 deletions

View File

@@ -129,7 +129,7 @@
"openapi3-ts": "^2.0.0",
"ora": "^5.4.0",
"otplib": "^12.0.1",
"pino": "6.13.0",
"pino": "6.13.1",
"pino-colada": "^2.1.0",
"pino-http": "5.6.0",
"prettier": "^2.3.1",

28
package-lock.json generated
View File

@@ -119,7 +119,7 @@
"openapi3-ts": "^2.0.0",
"ora": "^5.4.0",
"otplib": "^12.0.1",
"pino": "6.13.0",
"pino": "6.13.1",
"pino-colada": "^2.1.0",
"pino-http": "5.6.0",
"prettier": "^2.3.1",
@@ -20877,6 +20877,11 @@
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz",
"integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow=="
},
"node_modules/fastify-warning": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/fastify-warning/-/fastify-warning-0.2.0.tgz",
"integrity": "sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw=="
},
"node_modules/fastq": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.1.tgz",
@@ -33939,12 +33944,13 @@
}
},
"node_modules/pino": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/pino/-/pino-6.13.0.tgz",
"integrity": "sha512-mRXSTfa34tbfrWqCIp1sUpZLqBhcoaGapoyxfEwaWwJGMpLijlRdDKIQUyvq4M3DUfFH5vEglwSw8POZYwbThA==",
"version": "6.13.1",
"resolved": "https://registry.npmjs.org/pino/-/pino-6.13.1.tgz",
"integrity": "sha512-QQf67BU+cANnc/2U+wzUV20UjO5oBryWpnNyKshdLfT9BdeiXlh9wxLGmOjAuBWMYITdMs+BtJSQQNlGRNbWpA==",
"dependencies": {
"fast-redact": "^3.0.0",
"fast-safe-stringify": "^2.0.8",
"fastify-warning": "^0.2.0",
"flatstr": "^1.0.12",
"pino-std-serializers": "^3.1.0",
"quick-format-unescaped": "^4.0.3",
@@ -72600,7 +72606,7 @@
"ora": "^5.4.0",
"otplib": "^12.0.1",
"pg": "^8.6.0",
"pino": "6.13.0",
"pino": "6.13.1",
"pino-colada": "^2.1.0",
"pino-http": "5.6.0",
"prettier": "^2.3.1",
@@ -74570,6 +74576,11 @@
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz",
"integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow=="
},
"fastify-warning": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/fastify-warning/-/fastify-warning-0.2.0.tgz",
"integrity": "sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw=="
},
"fastq": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.1.tgz",
@@ -84774,12 +84785,13 @@
}
},
"pino": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/pino/-/pino-6.13.0.tgz",
"integrity": "sha512-mRXSTfa34tbfrWqCIp1sUpZLqBhcoaGapoyxfEwaWwJGMpLijlRdDKIQUyvq4M3DUfFH5vEglwSw8POZYwbThA==",
"version": "6.13.1",
"resolved": "https://registry.npmjs.org/pino/-/pino-6.13.1.tgz",
"integrity": "sha512-QQf67BU+cANnc/2U+wzUV20UjO5oBryWpnNyKshdLfT9BdeiXlh9wxLGmOjAuBWMYITdMs+BtJSQQNlGRNbWpA==",
"requires": {
"fast-redact": "^3.0.0",
"fast-safe-stringify": "^2.0.8",
"fastify-warning": "^0.2.0",
"flatstr": "^1.0.12",
"pino-std-serializers": "^3.1.0",
"quick-format-unescaped": "^4.0.3",