7 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
Pascal Bourque
2e73d57497 fix: Unable to automatically reconnect when credentials have expired (#101) 2025-11-28 09:34:27 -05:00
dependabot[bot]
cdc2370902 chore(deps-dev): Bump @eslint/js from 9.39.0 to 9.39.1 (#92) 2025-11-28 14:31:44 +00:00
dependabot[bot]
1e07919925 chore(deps-dev): Bump tsup from 8.5.0 to 8.5.1 (#96) 2025-11-28 14:31:42 +00:00
dependabot[bot]
d650004283 chore(deps-dev): Bump js-yaml from 4.1.0 to 4.1.1 (#95) 2025-11-28 14:29:10 +00:00
dependabot[bot]
a653fe66bd chore(deps-dev): Bump typescript-eslint from 8.46.2 to 8.46.4 (#97) 2025-11-28 14:28:55 +00:00
dependabot[bot]
44a9ce5070 chore(deps-dev): Bump the dev-dependencies group across 1 directory with 6 updates (#98) 2025-11-28 14:28:51 +00:00
2 changed files with 1995 additions and 1095 deletions

3068
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,26 +49,26 @@
"commander": "14.0.2",
"dotenv": "17.2.3",
"mqtt2ha": "4.1.2",
"mysa-js-sdk": "2.0.2",
"mysa-js-sdk": "2.0.3",
"pino": "10.1.0",
"pino-pretty": "13.1.2"
"pino-pretty": "13.1.3"
},
"devDependencies": {
"@commander-js/extra-typings": "14.0.0",
"@eslint/js": "9.39.0",
"@semantic-release/npm": "13.1.1",
"@types/node": "24.10.0",
"@eslint/js": "9.39.1",
"@semantic-release/npm": "13.1.2",
"@types/node": "24.10.1",
"conventional-changelog-conventionalcommits": "9.1.0",
"eslint": "9.39.0",
"eslint-plugin-jsdoc": "61.1.11",
"eslint-plugin-tsdoc": "0.4.0",
"eslint": "9.39.1",
"eslint-plugin-jsdoc": "61.2.1",
"eslint-plugin-tsdoc": "0.5.0",
"prettier": "3.6.2",
"prettier-plugin-jsdoc": "1.5.0",
"prettier-plugin-organize-imports": "4.3.0",
"semantic-release": "25.0.1",
"tsup": "8.5.0",
"semantic-release": "25.0.2",
"tsup": "8.5.1",
"tsx": "4.20.6",
"typescript": "5.9.3",
"typescript-eslint": "8.46.2"
"typescript-eslint": "8.46.4"
}
}