[Snyk] Upgrade pino from 8.16.0 to 9.1.0 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.

Snyk has created this PR to upgrade pino from 8.16.0 to 9.1.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 11 versions ahead of your current version.
The recommended version was released on a month ago.
Release notes
Package name: pino
-
9.1.0 - 2024-05-13
- fix(transport-stream): Fix import error when using pkg with node v20 by @ nagyszabi in #1949
- Update LTS doc by @ jsumners in #1955
- Update pino types for browser.formatters by @ KatelynKim in #1946
- add node v22 to CI by @ mcollina in #1953
- Add Platformatic to sponsors by @ mcollina in #1956
- Update h3 example by @ mcollina in #1968
- Support file URLs when configuring multiple transports by @ haines in #1961
- Adding support for mix&match pipelines by @ dbacarel in #1954
- apply serializers to args once before asObject or transmit by @ emmyakin in #1971
- build(deps-dev): bump pino-pretty from 10.3.1 to 11.0.0 by @ dependabot in #1933
- build(deps): bump sonic-boom from 3.8.1 to 4.0.1 by @ dependabot in #1960
- build(deps): bump pino-std-serializers from 6.2.2 to 7.0.0 by @ dependabot in #1957
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @ dependabot in #1937
- build(deps): bump actions/dependency-review-action from 3 to 4 by @ dependabot in #1894
- build(deps): bump pnpm/action-setup from 2.4.0 to 3.0.0 by @ dependabot in #1913
- Drop yarn support and update pnpm by @ mcollina in #1972
- build(deps): bump thread-stream from 2.7.0 to 3.0.0 by @ dependabot in #1959
- @ nagyszabi made their first contribution in #1949
- @ haines made their first contribution in #1961
- @ emmyakin made their first contribution in #1971
-
9.0.0 - 2024-04-24
- Issue v9 release by @ jsumners in #1947
-
8.21.0 - 2024-04-24
- docs: add a section about pino-logfmt #1879 by @ botflux in #1941
- Docs: Separate ecosystem lists by @ EstebanDalelR in #1942
- feat: send config to transports on init by @ 10xLaCroixDrinker in #1930
- @ botflux made their first contribution in #1941
- @ EstebanDalelR made their first contribution in #1942
-
8.20.0 - 2024-04-06
- Improve documentation for use with Google Cloud Logging by @ jansauer in #1915
- docs: remove reference to make-promises-safe by @ 10xLaCroixDrinker in #1921
- docs: spelling corrections by @ 10xLaCroixDrinker in #1920
- Document
- Add pino-discord-webhook transport information by @ fabulousgk in #1922
- docs: add pino-test to the ecosystem and help sections by @ ruddenchaux in #1931
- Added Info about using Grafana Loki by @ janpaepke in #1934
- Fix deprecated dependency notation by @ mbtools in #1929
- fix: avoid override mistake by @ erights in #1939
- chore: fix some typos by @ divdeploy in #1940
- @ jansauer made their first contribution in #1915
- @ alecmev made their first contribution in #1928
- @ fabulousgk made their first contribution in #1922
- @ ruddenchaux made their first contribution in #1931
- @ janpaepke made their first contribution in #1934
- @ mbtools made their first contribution in #1929
- @ erights made their first contribution in #1939
- @ divdeploy made their first contribution in #1940
-
8.19.0 - 2024-02-16
- api.md: Fix link declaration by @ homersimpsons in #1900
- Update transports.md by @ huijiewei in #1897
- Add a basic
- Add formatters log option by @ KatelynKim in #1905
- @ homersimpsons made their first contribution in #1900
- @ huijiewei made their first contribution in #1897
- @ KatelynKim made their first contribution in #1898
-
8.18.0 - 2024-02-01
- build(deps): bump actions/upload-artifact from 3 to 4 by @ dependabot in #1873
- chore(license): Update licensing year by @ codershiba in #1882
- fix: destination docs and types by @ codershiba in #1881
- Correct type of
- Add ability to override custom levels comparison by @ obrus-corcentric in #1883
- build(deps-dev): bump tsd from 0.29.0 to 0.30.4 by @ dependabot in #1888
- @ codershiba made their first contribution in #1882
- @ quisido made their first contribution in #1874
- @ obrus-corcentric made their first contribution in #1883
-
8.17.2 - 2023-12-26
- build(deps): bump process-warning from 2.3.2 to 3.0.0 by @ dependabot in #1869
- fix: type of child logger with custom levels by @ UndefinedBehaviour in #1871
-
8.17.1 - 2023-12-14
- Support unknown, reverts 1783, add tests by @ mcollina in #1866
- Add Type Example for custom logger by @ mcollina in #1867
-
8.17.0 - 2023-12-13
- build(deps): bump actions/github-script from 6 to 7 by @ dependabot in #1857
- Make license detectable by GitHub by @ 10xLaCroixDrinker in #1859
- docs: Clarify how to log both to a custom transport and to stdout by @ kibertoad in #1860
- Fix/types by @ UndefinedBehaviour in #1858
- Bumped tsd to v0.29.0 by @ mcollina in #1863
- fix: typescript types by @ Zamiell in #1783
- build(deps): bump pnpm/action-setup from 2.2.4 to 2.4.0 by @ dependabot in #1766
- @ 10xLaCroixDrinker made their first contribution in #1859
- @ Zamiell made their first contribution in #1783
-
8.16.2 - 2023-11-15
- fix child-child benchmark by @ bngarren in #1849
- fix: make transports.options and transports.level optional by @ krosenk729 in #1831
- fix: export
- build(deps): bump actions/setup-node from 3 to 4 by @ dependabot in #1844
- @ bngarren made their first contribution in #1849
- @ krosenk729 made their first contribution in #1831
- @ wolfy1339 made their first contribution in #1847
- @ UndefinedBehaviour made their first contribution in #1843
-
8.16.1 - 2023-10-23
-
8.16.0 - 2023-10-09
from pino GitHub release notesWhat's Changed
New Contributors
Full Changelog: v9.0.0...v9.1.0
⚠ BREAKING CHANGES
Dropped support for Node.js 14, 16, & 19
What's Changed
Full Changelog: v8.21.0...v9.0.0
What's Changed
New Contributors
Full Changelog: v8.20.0...v8.21.0
What's Changed
setBindingsby @ alecmev in #1928New Contributors
Full Changelog: v8.19.0...v8.20.0
What's Changed
formattersoption to the browser pino by @ KatelynKim in #1898setLevelshould respect level comparison option by @ obrus-corcentric in #1901New Contributors
Full Changelog: v8.18.0...v8.19.0
What's Changed
pino'sstreamparameter by @ quisido in #1874New Contributors
Full Changelog: v8.17.2...v8.18.0
What's Changed
Full Changelog: v8.17.1...v8.17.2
What's Changed
Full Changelog: v8.17.0...v8.17.1
What's Changed
New Contributors
Full Changelog: v8.16.2...v8.17.0
What's Changed
redactOptionstype by @ wolfy1339 in #1847New Contributors
Full Changelog: v8.16.1...v8.16.2
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: