1 Commits

Author SHA1 Message Date
dependabot[bot]
7bc6e402b9 chore(deps): Bump pino-pretty from 13.1.2 to 13.1.3
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 13.1.2 to 13.1.3.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](https://github.com/pinojs/pino-pretty/compare/v13.1.2...v13.1.3)

---
updated-dependencies:
- dependency-name: pino-pretty
  dependency-version: 13.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 04:22:31 +00:00
2 changed files with 19 additions and 10 deletions

27
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"mqtt2ha": "4.1.2", "mqtt2ha": "4.1.2",
"mysa-js-sdk": "2.0.3", "mysa-js-sdk": "2.0.3",
"pino": "10.1.0", "pino": "10.1.0",
"pino-pretty": "13.1.2" "pino-pretty": "13.1.3"
}, },
"bin": { "bin": {
"mysa2mqtt": "dist/main.js" "mysa2mqtt": "dist/main.js"
@@ -6224,9 +6224,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/fast-copy": { "node_modules/fast-copy": {
"version": "3.0.2", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.2.tgz", "resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-4.0.1.tgz",
"integrity": "sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==", "integrity": "sha512-+uUOQlhsaswsizHFmEFAQhB3lSiQ+lisxl50N6ZP0wywlZeWsIESxSi9ftPEps8UGfiBzyYP7x27zA674WUvXw==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/fast-deep-equal": { "node_modules/fast-deep-equal": {
@@ -11550,20 +11550,20 @@
} }
}, },
"node_modules/pino-pretty": { "node_modules/pino-pretty": {
"version": "13.1.2", "version": "13.1.3",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-13.1.2.tgz", "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-13.1.3.tgz",
"integrity": "sha512-3cN0tCakkT4f3zo9RXDIhy6GTvtYD6bK4CRBLN9j3E/ePqN1tugAXD5rGVfoChW6s0hiek+eyYlLNqc/BG7vBQ==", "integrity": "sha512-ttXRkkOz6WWC95KeY9+xxWL6AtImwbyMHrL1mSwqwW9u+vLp/WIElvHvCSDg0xO/Dzrggz1zv3rN5ovTRVowKg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"colorette": "^2.0.7", "colorette": "^2.0.7",
"dateformat": "^4.6.3", "dateformat": "^4.6.3",
"fast-copy": "^3.0.2", "fast-copy": "^4.0.0",
"fast-safe-stringify": "^2.1.1", "fast-safe-stringify": "^2.1.1",
"help-me": "^5.0.0", "help-me": "^5.0.0",
"joycon": "^3.1.1", "joycon": "^3.1.1",
"minimist": "^1.2.6", "minimist": "^1.2.6",
"on-exit-leak-free": "^2.1.0", "on-exit-leak-free": "^2.1.0",
"pino-abstract-transport": "^2.0.0", "pino-abstract-transport": "^3.0.0",
"pump": "^3.0.0", "pump": "^3.0.0",
"secure-json-parse": "^4.0.0", "secure-json-parse": "^4.0.0",
"sonic-boom": "^4.0.1", "sonic-boom": "^4.0.1",
@@ -11573,6 +11573,15 @@
"pino-pretty": "bin.js" "pino-pretty": "bin.js"
} }
}, },
"node_modules/pino-pretty/node_modules/pino-abstract-transport": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-3.0.0.tgz",
"integrity": "sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==",
"license": "MIT",
"dependencies": {
"split2": "^4.0.0"
}
},
"node_modules/pino-pretty/node_modules/strip-json-comments": { "node_modules/pino-pretty/node_modules/strip-json-comments": {
"version": "5.0.3", "version": "5.0.3",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.3.tgz", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.3.tgz",

View File

@@ -51,7 +51,7 @@
"mqtt2ha": "4.1.2", "mqtt2ha": "4.1.2",
"mysa-js-sdk": "2.0.3", "mysa-js-sdk": "2.0.3",
"pino": "10.1.0", "pino": "10.1.0",
"pino-pretty": "13.1.2" "pino-pretty": "13.1.3"
}, },
"devDependencies": { "devDependencies": {
"@commander-js/extra-typings": "14.0.0", "@commander-js/extra-typings": "14.0.0",