diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3b1b996..a0e940ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ All notable changes to homebridge-config-ui-x will be documented in this file. - Obtain correct beta branch name for Homebridge (and UI) (https://github.com/homebridge/homebridge-config-ui-x/commit/212b3eb1d5cb3ccda01fe2c3be711b80af4d5bf6) - Rename pre-release npm tag from `test` to `beta` for consistency with other Homebridge repositories (https://github.com/homebridge/homebridge-config-ui-x/commit/86ea73ffd0b35f372a164ee42e17a996905cffb6) - Updated dependencies +- Update @homebridge/node-pty-prebuilt-multiarch to version v0.11.8 ( Updated build process and backlevel support for Synology DSM devices ) ## 4.51.2 (2023-10-27) diff --git a/package-lock.json b/package-lock.json index 8dca89522..f907567b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@fastify/multipart": "8.0.0", "@fastify/static": "6.12.0", "@fastify/swagger": "8.12.0", - "@homebridge/node-pty-prebuilt-multiarch": "^0.11.8-beta.1", + "@homebridge/node-pty-prebuilt-multiarch": "^0.11.8-beta.2", "@nestjs/axios": "^3.0.1", "@nestjs/common": "10.2.7", "@nestjs/core": "10.2.7", @@ -934,13 +934,14 @@ } }, "node_modules/@homebridge/node-pty-prebuilt-multiarch": { - "version": "0.11.8-beta.1", - "resolved": "https://registry.npmjs.org/@homebridge/node-pty-prebuilt-multiarch/-/node-pty-prebuilt-multiarch-0.11.8-beta.1.tgz", - "integrity": "sha512-ixu+YYnq4CXfMneYDm8gY7iPK/ywgA0Z8Atr8dRjoQtkxInqnC4noZG+ieJSlPYHaQkoJCPhgir/ZzwnVQlrqA==", + "version": "0.11.8-beta.2", + "resolved": "https://registry.npmjs.org/@homebridge/node-pty-prebuilt-multiarch/-/node-pty-prebuilt-multiarch-0.11.8-beta.2.tgz", + "integrity": "sha512-0B4lda9gzq0ORF72TXjD0YTEfn1/PrnS6r+1ibBnOMWnpmAoDE8K5B168RNtKkoA0FbP+9DqNCqCj4fnLcHPVA==", "hasInstallScript": true, "dependencies": { "nan": "^2.18.0", - "prebuild-install": "^7.1.1" + "prebuild-install": "^7.1.1", + "semver": "^7.5.4" } }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 092346c1e..f23c887ef 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@fastify/multipart": "8.0.0", "@fastify/static": "6.12.0", "@fastify/swagger": "8.12.0", - "@homebridge/node-pty-prebuilt-multiarch": "^0.11.8-beta.1", + "@homebridge/node-pty-prebuilt-multiarch": "^0.11.8-beta.2", "@nestjs/axios": "^3.0.1", "@nestjs/common": "10.2.7", "@nestjs/core": "10.2.7", @@ -153,4 +153,4 @@ "smart home", "hb-service" ] -} +} \ No newline at end of file