From 659e7b0691ae5b37c0d72a4183e75865f0ee406e Mon Sep 17 00:00:00 2001 From: mrbungle64 Date: Wed, 6 Dec 2023 09:19:32 +0100 Subject: [PATCH] Bump ecovacs-deebot.js to 0.9.6-alpha.12 --- package-lock.json | 46 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 874a9cc0..0b90962c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1694,9 +1694,9 @@ } }, "ecovacs-deebot": { - "version": "0.9.6-alpha.11", - "resolved": "https://registry.npmjs.org/ecovacs-deebot/-/ecovacs-deebot-0.9.6-alpha.11.tgz", - "integrity": "sha512-GVl46vwZIGfmmwASZLn2R/LxbXXpwVLFFbWC4wHe/aTDLH4dRLXY+5lf/sC972yT/7/oWbdkJkv/UC3x5PCyaw==", + "version": "0.9.6-alpha.12", + "resolved": "https://registry.npmjs.org/ecovacs-deebot/-/ecovacs-deebot-0.9.6-alpha.12.tgz", + "integrity": "sha512-VoVT4ktbryeQVZmoXPFRorG8F/sCB+uz9/slR6NkKomcU5la7xAhWN1V43aQ5uJp/XoFsi9lIuwLGkkmB/Bqkg==", "requires": { "@xmldom/xmldom": "0.9.0-beta.11", "axios": "1.6.2", @@ -2143,11 +2143,11 @@ "dev": true }, "fast-unique-numbers": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/fast-unique-numbers/-/fast-unique-numbers-8.0.11.tgz", - "integrity": "sha512-FmTi6tqMymufGgYEGKWez0I3Ji9ykhHjVzhqhPFOQ3j+IM6Y4PMo+Q17BVCKmCjK6QiFJ+YVINaYScOyFrkzew==", + "version": "8.0.12", + "resolved": "https://registry.npmjs.org/fast-unique-numbers/-/fast-unique-numbers-8.0.12.tgz", + "integrity": "sha512-Z4AJueNDnuC/sLxeQqrHP4zgqcBIeQQLbQ0hEx1a7m6Wf7ERrdAyR7CkGfoEFWm9Qla7dpLt0eWPyiO18gqj0A==", "requires": { - "@babel/runtime": "^7.23.4", + "@babel/runtime": "^7.23.5", "tslib": "^2.6.2" } }, @@ -5938,33 +5938,33 @@ } }, "worker-timers": { - "version": "7.0.78", - "resolved": "https://registry.npmjs.org/worker-timers/-/worker-timers-7.0.78.tgz", - "integrity": "sha512-jATkwi6OFe2XwfvoPYl3hr8k19/JgCiFerJ4ZWv5AbMIjsUnayC1C8Dxau/sevqhzCrU4IqXDFDTjNINGNuibQ==", + "version": "7.0.79", + "resolved": "https://registry.npmjs.org/worker-timers/-/worker-timers-7.0.79.tgz", + "integrity": "sha512-4eEmZwefCW37rLfbqNwm9uXuklEchyPrvhPNWv4jI3zcAyLG83+GB36JD4F26gZKxhcA+Giwivx6JMPp9zX6DA==", "requires": { - "@babel/runtime": "^7.23.4", + "@babel/runtime": "^7.23.5", "tslib": "^2.6.2", - "worker-timers-broker": "^6.0.98", - "worker-timers-worker": "^7.0.62" + "worker-timers-broker": "^6.0.99", + "worker-timers-worker": "^7.0.63" } }, "worker-timers-broker": { - "version": "6.0.98", - "resolved": "https://registry.npmjs.org/worker-timers-broker/-/worker-timers-broker-6.0.98.tgz", - "integrity": "sha512-Kq8dTnHBoBGXdMYHGYAtZ+gbxdsV085PF3QoxFZMDKvqPlyTuRFGQvc70k9fHeGOCFlUv6OUREvYF72aquBOFw==", + "version": "6.0.99", + "resolved": "https://registry.npmjs.org/worker-timers-broker/-/worker-timers-broker-6.0.99.tgz", + "integrity": "sha512-MZPqEQrJH4gN6Q9ipPieTY5jXQpB0nUEJEpE/KyR88Fc8mRVmqzJjiNPkqLHyd1KDUAr7AlcKSPKceWxS6CV+A==", "requires": { - "@babel/runtime": "^7.23.4", - "fast-unique-numbers": "^8.0.11", + "@babel/runtime": "^7.23.5", + "fast-unique-numbers": "^8.0.12", "tslib": "^2.6.2", - "worker-timers-worker": "^7.0.62" + "worker-timers-worker": "^7.0.63" } }, "worker-timers-worker": { - "version": "7.0.62", - "resolved": "https://registry.npmjs.org/worker-timers-worker/-/worker-timers-worker-7.0.62.tgz", - "integrity": "sha512-WuVhWXWEqwcWD2Iy9tNQWQyfl984XF/hoblazHp4KOWiIN50B2PH0l61nBkJUndFhJ9qca0lEZ7SWSqdIMDWDQ==", + "version": "7.0.63", + "resolved": "https://registry.npmjs.org/worker-timers-worker/-/worker-timers-worker-7.0.63.tgz", + "integrity": "sha512-6CdgnG4ldY2Oowp+kJFydslyUzDXzG6PeWMTFeAhSWIofw/8FnvxHV4W6CDtKLMZXWByMTA+mqwVYasWuefTOw==", "requires": { - "@babel/runtime": "^7.23.4", + "@babel/runtime": "^7.23.5", "tslib": "^2.6.2" } }, diff --git a/package.json b/package.json index add0e91d..0c6c1ac5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@iobroker/adapter-core": "2.6.8", - "ecovacs-deebot": "0.9.6-alpha.11", + "ecovacs-deebot": "0.9.6-alpha.12", "axios": "1.6.2", "node-machine-id": "1.1.12" },