chore(deps): Bump pino-pretty from 13.0.0 to 13.1.1 (#55)

This commit is contained in:
dependabot[bot]
2025-10-05 15:09:30 +00:00
committed by GitHub
parent 39d0e64dc0
commit 6502b76b77
2 changed files with 33 additions and 10 deletions

41
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"mqtt2ha": "4.1.0", "mqtt2ha": "4.1.0",
"mysa-js-sdk": "1.3.0", "mysa-js-sdk": "1.3.0",
"pino": "9.7.0", "pino": "9.7.0",
"pino-pretty": "13.0.0" "pino-pretty": "13.1.1"
}, },
"bin": { "bin": {
"mysa2mqtt": "dist/main.js" "mysa2mqtt": "dist/main.js"
@@ -10818,9 +10818,9 @@
} }
}, },
"node_modules/pino-pretty": { "node_modules/pino-pretty": {
"version": "13.0.0", "version": "13.1.1",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-13.0.0.tgz", "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-13.1.1.tgz",
"integrity": "sha512-cQBBIVG3YajgoUjo1FdKVRX6t9XPxwB9lcNJVD5GCnNM4Y6T12YYx8c6zEejxQsU0wrg9TwmDulcE9LR7qcJqA==", "integrity": "sha512-TNNEOg0eA0u+/WuqH0MH0Xui7uqVk9D74ESOpjtebSQYbNWJk/dIxCXIxFsNfeN53JmtWqYHP2OrIZjT/CBEnA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"colorette": "^2.0.7", "colorette": "^2.0.7",
@@ -10833,14 +10833,26 @@
"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",
"pump": "^3.0.0", "pump": "^3.0.0",
"secure-json-parse": "^2.4.0", "secure-json-parse": "^4.0.0",
"sonic-boom": "^4.0.1", "sonic-boom": "^4.0.1",
"strip-json-comments": "^3.1.1" "strip-json-comments": "^5.0.2"
}, },
"bin": { "bin": {
"pino-pretty": "bin.js" "pino-pretty": "bin.js"
} }
}, },
"node_modules/pino-pretty/node_modules/strip-json-comments": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.3.tgz",
"integrity": "sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==",
"license": "MIT",
"engines": {
"node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/pino-std-serializers": { "node_modules/pino-std-serializers": {
"version": "7.0.0", "version": "7.0.0",
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz", "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz",
@@ -11464,9 +11476,19 @@
} }
}, },
"node_modules/secure-json-parse": { "node_modules/secure-json-parse": {
"version": "2.7.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz", "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-4.0.0.tgz",
"integrity": "sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==", "integrity": "sha512-dxtLJO6sc35jWidmLxo7ij+Eg48PM/kleBsxpC8QJE0qJICe+KawkDQmvCMZUr9u7WKVHgMW6vy3fQ7zMiFZMA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"license": "BSD-3-Clause" "license": "BSD-3-Clause"
}, },
"node_modules/semantic-release": { "node_modules/semantic-release": {
@@ -12093,6 +12115,7 @@
"version": "3.1.1", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
"dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=8" "node": ">=8"

View File

@@ -51,7 +51,7 @@
"mqtt2ha": "4.1.0", "mqtt2ha": "4.1.0",
"mysa-js-sdk": "1.3.0", "mysa-js-sdk": "1.3.0",
"pino": "9.7.0", "pino": "9.7.0",
"pino-pretty": "13.0.0" "pino-pretty": "13.1.1"
}, },
"devDependencies": { "devDependencies": {
"@commander-js/extra-typings": "14.0.0", "@commander-js/extra-typings": "14.0.0",