diff --git a/package-lock.json b/package-lock.json index 6afab71..6bf6c2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thermostat", - "version": "1.10.0", + "version": "1.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1158,6 +1158,11 @@ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", "dev": true }, + "fast-xml-parser": { + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.14.0.tgz", + "integrity": "sha512-3SzQnPNtMVqaBVDzYqYt0BTaaLwkd45wTbsUsH1eiE9dnyc4b8mYcm1Q0Rcx9AWkeTj5UZFTTm55Io5yVWS1tg==" + }, "figures": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", @@ -1388,9 +1393,9 @@ "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==" }, "handlebars": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.3.tgz", - "integrity": "sha512-B0W4A2U1ww3q7VVthTKfh+epHx+q4mCt6iK+zEAzbMBpWQAwxCeKxEGpj/1oQTpzPXDNSOG7hmG14TsISH50yw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.1.tgz", + "integrity": "sha512-C29UoFzHe9yM61lOsIlCE5/mQVGrnIOrOq7maQl76L7tYPCgC1og0Ajt6uWnX4ZTxBPnjw+CUvawphwCfJgUnA==", "dev": true, "requires": { "neo-async": "^2.6.0", @@ -3022,17 +3027,18 @@ } }, "smartheat-clients": { - "version": "github:matthewturner/smartheat-clients#b9025a3ab3578739849229aea4cfa9311cf22358", - "from": "github:matthewturner/smartheat-clients#v1.0.0", + "version": "github:matthewturner/smartheat-clients#3458a58201f93e9b60cb013dcabe8c86372f3f5f", + "from": "github:matthewturner/smartheat-clients#v1.1.0", "requires": { "cheerio": "^0.22.0", + "fast-xml-parser": "^3.14.0", "request": "^2.88.0", "request-promise": "^4.2.4" } }, "smartheat-core": { - "version": "github:matthewturner/smartheat-core#ca7ac07b9990ae5d752bad07e9935fbc0189a513", - "from": "github:matthewturner/smartheat-core#v1.0.2", + "version": "github:matthewturner/smartheat-core#9135c95f931f4cf8ca3a6d5c8897842ad5e28dbb", + "from": "github:matthewturner/smartheat-core#v1.0.3", "requires": { "@hapi/boom": "^7.4.9", "@hapi/cryptiles": "^4.1.3", @@ -3432,9 +3438,9 @@ } }, "uglify-js": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.3.tgz", - "integrity": "sha512-KfQUgOqTkLp2aZxrMbCuKCDGW9slFYu2A23A36Gs7sGzTLcRBDORdOi5E21KWHFIfkY8kzgi/Pr1cXCh0yIp5g==", + "version": "3.6.8", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.8.tgz", + "integrity": "sha512-XhHJ3S3ZyMwP8kY1Gkugqx3CJh2C3O0y8NPiSxtm1tyD/pktLAkFZsFGpuNfTZddKDQ/bbDBLAd2YyA1pbi8HQ==", "dev": true, "optional": true, "requires": { diff --git a/package.json b/package.json index b496a10..2dde1f5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "request": "^2.88.0", "request-promise": "^4.2.4", "smartheat-aws": "github:matthewturner/smartheat-aws#v1.0.0", - "smartheat-clients": "github:matthewturner/smartheat-clients#v1.0.0", - "smartheat-core": "github:matthewturner/smartheat-core#v1.0.2" + "smartheat-clients": "github:matthewturner/smartheat-clients#v1.1.0", + "smartheat-core": "github:matthewturner/smartheat-core#v1.0.3" } }