Skip to content

Commit 037c3a9

Browse files
committed
chore: override pino v5.12.3
This is a temporary fix until js-ipfs switches to a release of hapi-pino that includes hapijs/hapi-pino#76
1 parent d17cb40 commit 037c3a9

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"preferGlobal": false,
6868
"resolutions": {
6969
"@hapi/hapi": "https://github.com/lidel/hapi/tarball/0961606e2c7dca8eceda765bd31ec2cb58358382/hapi.tar.gz",
70-
"pino": "https://github.com/pinojs/pino/tarball/d4d291cd271af969716ac40afce2ddecc7f3d9fa/pino.tar.gz",
70+
"pino": "5.12.3",
71+
"hapi-pino": "https://github.com/pinojs/hapi-pino/tarball/3767ed6b67601831e176e084ed82ba4ed9f726e6/hapi-pino.tar.gz",
7172
"iso-stream-http": "0.1.2",
7273
"stream-http": "npm:[email protected]",
7374
"pull-to-stream": "0.1.1",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -5764,14 +5764,13 @@ handlebars@^4.1.0:
57645764
optionalDependencies:
57655765
uglify-js "^3.1.4"
57665766

5767-
hapi-pino@^5.2.0:
5768-
version "5.4.1"
5769-
resolved "https://registry.npmjs.org/hapi-pino/-/hapi-pino-5.4.1.tgz#b4ea582037b924b05e826cb68907295ba9bbe531"
5770-
integrity sha512-Bmt0XtRm5xPRE26bcn4dakgLPyAPyadEI5LF9P4EMP43XDzbxl4wQqwe2uVC463X9txdkwOAjaan3vDTC/guaQ==
5767+
hapi-pino@^5.2.0, "hapi-pino@https://github.com/pinojs/hapi-pino/tarball/3767ed6b67601831e176e084ed82ba4ed9f726e6/hapi-pino.tar.gz":
5768+
version "5.4.0"
5769+
resolved "https://github.com/pinojs/hapi-pino/tarball/3767ed6b67601831e176e084ed82ba4ed9f726e6/hapi-pino.tar.gz#3a8f286bdb50b8dc3a6c949be22df2cd192dc317"
57715770
dependencies:
57725771
abstract-logging "^1.0.0"
57735772
hoek "^6.1.2"
5774-
pino "^5.10.1"
5773+
pino "^5.12.3"
57755774
pino-pretty "^2.5.0"
57765775

57775776
hapi@^16.6.2:
@@ -10715,9 +10714,10 @@ pino-std-serializers@^2.3.0:
1071510714
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-2.3.0.tgz#34eeaab97c055c28e22c0542ae55978e7e427786"
1071610715
integrity sha512-klfGoOsP6sJH7ON796G4xoUSx2fkpFgKHO4YVVO2zmz31jR+etzc/QzGJILaOIiCD6HTCFgkPx+XN8nk+ruqPw==
1071710716

10718-
[email protected], pino@^5.10.1, "pino@https://github.com/pinojs/pino/tarball/d4d291cd271af969716ac40afce2ddecc7f3d9fa/pino.tar.gz", pino@~5.11.0:
10719-
version "5.11.1"
10720-
resolved "https://github.com/pinojs/pino/tarball/d4d291cd271af969716ac40afce2ddecc7f3d9fa/pino.tar.gz#db6adc03aef85aa645d5df8ebab934c85bead951"
10717+
[email protected], [email protected], pino@^5.12.3, pino@~5.11.0:
10718+
version "5.12.3"
10719+
resolved "https://registry.yarnpkg.com/pino/-/pino-5.12.3.tgz#5ebc7d15b3584b91de8d3cdae01ef3a10e7fb977"
10720+
integrity sha512-/PiX7QXOMZz7edRVGm/apt22nkdRByB6ki0ftWcDpHjjNmjnE7UubNd7NeDX7cBey27obxvBvZy3oQuJbz1+Ag==
1072110721
dependencies:
1072210722
fast-redact "^1.4.4"
1072310723
fast-safe-stringify "^2.0.6"

0 commit comments

Comments
 (0)