From 3e42b7a37b49fb6bced18b2261b2a63b3e54cc6f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Feb 2026 18:35:28 +0100 Subject: [PATCH] chore(deps): update dependency pino to v10.3.1 (#94) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [pino](https://getpino.io) ([source](https://github.com/pinojs/pino)) | [`10.3.0` → `10.3.1`](https://renovatebot.com/diffs/npm/pino/10.3.0/10.3.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/pino/10.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/10.3.0/10.3.1?slim=true) | --- ### Release Notes
pinojs/pino (pino) ### [`v10.3.1`](https://github.com/pinojs/pino/releases/tag/v10.3.1) [Compare Source](https://github.com/pinojs/pino/compare/v10.3.0...v10.3.1) #### What's Changed - build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2385](https://github.com/pinojs/pino/pull/2385) - build(deps-dev): bump eslint-plugin-n from 17.23.1 to 17.23.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2386](https://github.com/pinojs/pino/pull/2386) - docs: clarify transport level filtering behavior by [@​mcollina](https://github.com/mcollina) in [#​2390](https://github.com/pinojs/pino/pull/2390) - fix(transport): sanitize invalid NODE\_OPTIONS preloads for workers by [@​mcollina](https://github.com/mcollina) in [#​2391](https://github.com/pinojs/pino/pull/2391) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/ts3gotify/pulls/94 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- bun.lockb | Bin 121655 -> 121655 bytes package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lockb b/bun.lockb index 914a8e09f29494653dd2210a26da495b39f08950..233bd646a8501402129c6e2a48c9661a7ffe6a4f 100755 GIT binary patch delta 148 zcmV;F0BirZwg7PGTIB zh!ilh;2f20K(Br>AMvF^l9_EyLA+6FIygv48Z|K7b+u+JV)>)!q7fY<%ujE!9N`<) zA-Xin(V%oi(XBg>BdEv!a%xF+zO%K8>cjytx1dh}k~9S|E_7#lmvM#x6t_!+0qj=r C*gvQM delta 148 zcmV;F0BirZwgpw6nE}>cjysx1dh}k~9S{E_7#lmvM#x6t_!+0qj;C Cv_eb( diff --git a/package.json b/package.json index 9dba0a2..f9da88e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "env-var": "7.5.0", "gotify": "1.1.0", - "pino": "10.3.0", + "pino": "10.3.1", "pino-pretty": "13.1.3", "ts3-nodejs-library": "3.5.1" },