2 Commits

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

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 04:35:19 +00:00
Pascal Bourque
3b5dafeda9 fix: Fatal error when starting realtime updates. (#64)
Via https://github.com/bourquep/mysa-js-sdk/pull/144
2025-10-05 15:08:07 -04:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@@ -12,9 +12,9 @@
"commander": "14.0.1", "commander": "14.0.1",
"dotenv": "17.2.3", "dotenv": "17.2.3",
"mqtt2ha": "4.1.2", "mqtt2ha": "4.1.2",
"mysa-js-sdk": "1.3.2", "mysa-js-sdk": "1.3.3",
"pino": "10.0.0", "pino": "10.0.0",
"pino-pretty": "13.1.1" "pino-pretty": "13.1.2"
}, },
"bin": { "bin": {
"mysa2mqtt": "dist/main.js" "mysa2mqtt": "dist/main.js"
@@ -7528,9 +7528,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/mysa-js-sdk": { "node_modules/mysa-js-sdk": {
"version": "1.3.2", "version": "1.3.3",
"resolved": "https://registry.npmjs.org/mysa-js-sdk/-/mysa-js-sdk-1.3.2.tgz", "resolved": "https://registry.npmjs.org/mysa-js-sdk/-/mysa-js-sdk-1.3.3.tgz",
"integrity": "sha512-jVKWx6KgbfLv10MgCjrKrc6YGU2aR7RQIq/9W/GjpypKdvpbx+jYyPFGkGfQe6OcjQYpwqa8T7zzuEwotaqCiw==", "integrity": "sha512-nNUaRCXiOg5zE0YtY2LlMEHWg9rnU3NdB5/zNzcAg7HMCdFP4SAnAEgRme7vLi+OJZe5aTx0F/GHwDwpahRydg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@aws-sdk/client-iot": "3.901.0", "@aws-sdk/client-iot": "3.901.0",
@@ -10780,9 +10780,9 @@
} }
}, },
"node_modules/pino-pretty": { "node_modules/pino-pretty": {
"version": "13.1.1", "version": "13.1.2",
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-13.1.1.tgz", "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-13.1.2.tgz",
"integrity": "sha512-TNNEOg0eA0u+/WuqH0MH0Xui7uqVk9D74ESOpjtebSQYbNWJk/dIxCXIxFsNfeN53JmtWqYHP2OrIZjT/CBEnA==", "integrity": "sha512-3cN0tCakkT4f3zo9RXDIhy6GTvtYD6bK4CRBLN9j3E/ePqN1tugAXD5rGVfoChW6s0hiek+eyYlLNqc/BG7vBQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"colorette": "^2.0.7", "colorette": "^2.0.7",

View File

@@ -49,9 +49,9 @@
"commander": "14.0.1", "commander": "14.0.1",
"dotenv": "17.2.3", "dotenv": "17.2.3",
"mqtt2ha": "4.1.2", "mqtt2ha": "4.1.2",
"mysa-js-sdk": "1.3.2", "mysa-js-sdk": "1.3.3",
"pino": "10.0.0", "pino": "10.0.0",
"pino-pretty": "13.1.1" "pino-pretty": "13.1.2"
}, },
"devDependencies": { "devDependencies": {
"@commander-js/extra-typings": "14.0.0", "@commander-js/extra-typings": "14.0.0",