chore(deps): Bump pino from 10.0.0 to 10.1.0

Bumps [pino](https://github.com/pinojs/pino) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](https://github.com/pinojs/pino/compare/v10.0.0...v10.1.0)

---
updated-dependencies:
- dependency-name: pino
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-20 04:36:17 +00:00
committed by GitHub
parent 3b5dafeda9
commit 5de77af44e
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"dotenv": "17.2.3", "dotenv": "17.2.3",
"mqtt2ha": "4.1.2", "mqtt2ha": "4.1.2",
"mysa-js-sdk": "1.3.3", "mysa-js-sdk": "1.3.3",
"pino": "10.0.0", "pino": "10.1.0",
"pino-pretty": "13.1.1" "pino-pretty": "13.1.1"
}, },
"bin": { "bin": {
@@ -1849,6 +1849,12 @@
"@octokit/openapi-types": "^25.1.0" "@octokit/openapi-types": "^25.1.0"
} }
}, },
"node_modules/@pinojs/redact": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz",
"integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==",
"license": "MIT"
},
"node_modules/@pkgjs/parseargs": { "node_modules/@pkgjs/parseargs": {
"version": "0.11.0", "version": "0.11.0",
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
@@ -10749,11 +10755,12 @@
} }
}, },
"node_modules/pino": { "node_modules/pino": {
"version": "10.0.0", "version": "10.1.0",
"resolved": "https://registry.npmjs.org/pino/-/pino-10.0.0.tgz", "resolved": "https://registry.npmjs.org/pino/-/pino-10.1.0.tgz",
"integrity": "sha512-eI9pKwWEix40kfvSzqEP6ldqOoBIN7dwD/o91TY5z8vQI12sAffpR/pOqAD1IVVwIVHDpHjkq0joBPdJD0rafA==", "integrity": "sha512-0zZC2ygfdqvqK8zJIr1e+wT1T/L+LF6qvqvbzEQ6tiMAoTqEVK9a1K3YRu8HEUvGEvNqZyPJTtb2sNIoTkB83w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pinojs/redact": "^0.4.0",
"atomic-sleep": "^1.0.0", "atomic-sleep": "^1.0.0",
"on-exit-leak-free": "^2.1.0", "on-exit-leak-free": "^2.1.0",
"pino-abstract-transport": "^2.0.0", "pino-abstract-transport": "^2.0.0",
@@ -10762,7 +10769,6 @@
"quick-format-unescaped": "^4.0.3", "quick-format-unescaped": "^4.0.3",
"real-require": "^0.2.0", "real-require": "^0.2.0",
"safe-stable-stringify": "^2.3.1", "safe-stable-stringify": "^2.3.1",
"slow-redact": "^0.3.0",
"sonic-boom": "^4.0.1", "sonic-boom": "^4.0.1",
"thread-stream": "^3.0.0" "thread-stream": "^3.0.0"
}, },
@@ -11744,12 +11750,6 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/slow-redact": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/slow-redact/-/slow-redact-0.3.1.tgz",
"integrity": "sha512-NvFvl1GuLZNW4U046Tfi8b26zXo8aBzgCAS2f7yVJR/fArN93mOqSA99cB9uITm92ajSz01bsu1K7SCVVjIMpQ==",
"license": "MIT"
},
"node_modules/smart-buffer": { "node_modules/smart-buffer": {
"version": "4.2.0", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",

View File

@@ -50,7 +50,7 @@
"dotenv": "17.2.3", "dotenv": "17.2.3",
"mqtt2ha": "4.1.2", "mqtt2ha": "4.1.2",
"mysa-js-sdk": "1.3.3", "mysa-js-sdk": "1.3.3",
"pino": "10.0.0", "pino": "10.1.0",
"pino-pretty": "13.1.1" "pino-pretty": "13.1.1"
}, },
"devDependencies": { "devDependencies": {