Files
scrypted/plugins/homekit/webpack-accessory-info-loader.js
George Talusan 3e94bdeb9a fix(homekit): bump to latest @homebridge/hap-nodejs and @homebridge/ciao to catch the loopback sender packet leak (#2029)
* fix(homekit): bump to latest @homebridge/hap-nodejs and @homebridge/ciao to catch the loopback sender packet leak

* remove dead .gitmodules
2026-06-01 15:40:41 -07:00

5 lines
204 B
JavaScript

module.exports = source => source.replace(
/JSON\.parse\(\(0, node_fs_1\.readFileSync\)\(require\.resolve\("\.\.\/\.\.\/\.\.\/package\.json"\), "utf-8"\)\)/,
'require("../../../package.json")'
);