Skip to content

Commit c1c7a59

Browse files
deps: bump pino from 9.4.0 to 9.5.0
Bumps [pino](https://github.com/pinojs/pino) from 9.4.0 to 9.5.0. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](pinojs/pino@v9.4.0...v9.5.0) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d58ae62 commit c1c7a59

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"lru-cache": "^11.0.1",
6161
"octokit": "^4.0.2",
6262
"openid-client": "^5.7.0",
63-
"pino": "^9.4.0",
63+
"pino": "^9.5.0",
6464
"pino-http": "^10.3.0",
6565
"pino-pretty": "^11.2.2",
6666
"zod": "^3.23.8"

yarn.lock

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3875,7 +3875,7 @@ __metadata:
38753875
oauth2-mock-server: "npm:^7.1.2"
38763876
octokit: "npm:^4.0.2"
38773877
openid-client: "npm:^5.7.0"
3878-
pino: "npm:^9.4.0"
3878+
pino: "npm:^9.5.0"
38793879
pino-http: "npm:^10.3.0"
38803880
pino-pretty: "npm:^11.2.2"
38813881
prettier: "npm:^3.3.3"
@@ -5689,6 +5689,15 @@ __metadata:
56895689
languageName: node
56905690
linkType: hard
56915691

5692+
"pino-abstract-transport@npm:^2.0.0":
5693+
version: 2.0.0
5694+
resolution: "pino-abstract-transport@npm:2.0.0"
5695+
dependencies:
5696+
split2: "npm:^4.0.0"
5697+
checksum: 10/e5699ecb06c7121055978e988e5cecea5b6892fc2589c64f1f86df5e7386bbbfd2ada268839e911b021c6b3123428aed7c6be3ac7940eee139556c75324c7e83
5698+
languageName: node
5699+
linkType: hard
5700+
56925701
"pino-http@npm:^10.3.0":
56935702
version: 10.3.0
56945703
resolution: "pino-http@npm:10.3.0"
@@ -5732,7 +5741,7 @@ __metadata:
57325741
languageName: node
57335742
linkType: hard
57345743

5735-
"pino@npm:^9.0.0, pino@npm:^9.4.0":
5744+
"pino@npm:^9.0.0":
57365745
version: 9.4.0
57375746
resolution: "pino@npm:9.4.0"
57385747
dependencies:
@@ -5753,6 +5762,27 @@ __metadata:
57535762
languageName: node
57545763
linkType: hard
57555764

5765+
"pino@npm:^9.5.0":
5766+
version: 9.5.0
5767+
resolution: "pino@npm:9.5.0"
5768+
dependencies:
5769+
atomic-sleep: "npm:^1.0.0"
5770+
fast-redact: "npm:^3.1.1"
5771+
on-exit-leak-free: "npm:^2.1.0"
5772+
pino-abstract-transport: "npm:^2.0.0"
5773+
pino-std-serializers: "npm:^7.0.0"
5774+
process-warning: "npm:^4.0.0"
5775+
quick-format-unescaped: "npm:^4.0.3"
5776+
real-require: "npm:^0.2.0"
5777+
safe-stable-stringify: "npm:^2.3.1"
5778+
sonic-boom: "npm:^4.0.1"
5779+
thread-stream: "npm:^3.0.0"
5780+
bin:
5781+
pino: bin.js
5782+
checksum: 10/e2dba79524be133e2a0800ad0424bbf2c4c94c46f028a81e514d40951666f3dcec76c582fd5ce6f6155df0f5a9d6d0257924fdf043fe285236d36c76509a59dd
5783+
languageName: node
5784+
linkType: hard
5785+
57565786
"possible-typed-array-names@npm:^1.0.0":
57575787
version: 1.0.0
57585788
resolution: "possible-typed-array-names@npm:1.0.0"

0 commit comments

Comments
 (0)