From 50171e069e5ceef78a068d280e4f7dd1104644f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 12:30:54 +0000 Subject: [PATCH] Update dependency homey to v3.2.4 Dependency update (patch) --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83b3016..45f4edd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "browserify": "17.0.0", "eslint": "8.57.0", "eslint-config-athom": "3.1.3", - "homey": "3.2.3", + "homey": "3.2.4", "jest": "29.7.0", "standard": "17.0.0" }, @@ -5442,9 +5442,9 @@ } }, "node_modules/homey": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/homey/-/homey-3.2.3.tgz", - "integrity": "sha512-WTEeJCLTRvON1fJA1Rz5UMReSlc86R8KuHUVZdwi9pDXXQ7afkrPDZDKJ1oFdne5MstjHjNCj6p4igEoLEOxiw==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/homey/-/homey-3.2.4.tgz", + "integrity": "sha512-1tePFi2U4fdawBsUYwWL1pP6SnHnGXDfH2wxitWKrlwPM20XBZfjJyGbWIhUJXJGzmpM8GoR+/6K2rwSThqcPA==", "dev": true, "dependencies": { "cli-table": "^0.3.5", @@ -5458,7 +5458,7 @@ "fs-extra": "^10.0.0", "get-port": "^5.1.1", "homey-api": "^3.4.22", - "homey-lib": "^2.23.0", + "homey-lib": "^2.24.0", "ignore-walk": "^3.0.3", "inquirer": "8.1.2", "is-wsl": "^2.2.0", @@ -5496,9 +5496,9 @@ } }, "node_modules/homey-lib": { - "version": "2.23.0", - "resolved": "https://registry.npmjs.org/homey-lib/-/homey-lib-2.23.0.tgz", - "integrity": "sha512-JoZPSf9zhETEBZL0zEBCp/61xOUV74QjuavmURkmtEosI2JbCMlKD10+asGfxrJ4iL6OP/ZuBIrw8aSuaTd4JA==", + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/homey-lib/-/homey-lib-2.24.0.tgz", + "integrity": "sha512-z6ujFNnqoRcVbWHYRpLVVnqgbObqndVt8wY5tDhKC8pIp38Qi5N3KNvDL/P/jCWyNtlneS6caDaAn5IzAWYl4Q==", "dev": true, "dependencies": { "ajv": "^6.1.1", @@ -15210,9 +15210,9 @@ } }, "homey": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/homey/-/homey-3.2.3.tgz", - "integrity": "sha512-WTEeJCLTRvON1fJA1Rz5UMReSlc86R8KuHUVZdwi9pDXXQ7afkrPDZDKJ1oFdne5MstjHjNCj6p4igEoLEOxiw==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/homey/-/homey-3.2.4.tgz", + "integrity": "sha512-1tePFi2U4fdawBsUYwWL1pP6SnHnGXDfH2wxitWKrlwPM20XBZfjJyGbWIhUJXJGzmpM8GoR+/6K2rwSThqcPA==", "dev": true, "requires": { "cli-table": "^0.3.5", @@ -15226,7 +15226,7 @@ "fs-extra": "^10.0.0", "get-port": "^5.1.1", "homey-api": "^3.4.22", - "homey-lib": "^2.23.0", + "homey-lib": "^2.24.0", "ignore-walk": "^3.0.3", "inquirer": "8.1.2", "is-wsl": "^2.2.0", @@ -15707,9 +15707,9 @@ } }, "homey-lib": { - "version": "2.23.0", - "resolved": "https://registry.npmjs.org/homey-lib/-/homey-lib-2.23.0.tgz", - "integrity": "sha512-JoZPSf9zhETEBZL0zEBCp/61xOUV74QjuavmURkmtEosI2JbCMlKD10+asGfxrJ4iL6OP/ZuBIrw8aSuaTd4JA==", + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/homey-lib/-/homey-lib-2.24.0.tgz", + "integrity": "sha512-z6ujFNnqoRcVbWHYRpLVVnqgbObqndVt8wY5tDhKC8pIp38Qi5N3KNvDL/P/jCWyNtlneS6caDaAn5IzAWYl4Q==", "dev": true, "requires": { "ajv": "^6.1.1", diff --git a/package.json b/package.json index faa8e64..e3180a6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "browserify": "17.0.0", "eslint": "8.57.0", "eslint-config-athom": "3.1.3", - "homey": "3.2.3", + "homey": "3.2.4", "jest": "29.7.0", "standard": "17.0.0" },