diff --git a/package-lock.json b/package-lock.json index 64c841e..cec2805 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-node-lifx", - "version": "0.9.3", + "version": "0.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -16,11 +16,11 @@ "dev": true }, "async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", - "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", "requires": { - "lodash": "^4.17.10" + "lodash": "^4.17.14" } }, "balanced-match": { @@ -224,18 +224,18 @@ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" }, "lifx-lan-client": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/lifx-lan-client/-/lifx-lan-client-1.0.2.tgz", - "integrity": "sha512-3B5YAxM6bImmOp7ejpCi8zqsGN7H08eUHFeiln5attZwUwNujK4kdeMLtU+Uvfwv6crrKRHM0K9GOrkmkhcmSw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/lifx-lan-client/-/lifx-lan-client-1.0.3.tgz", + "integrity": "sha512-Y1mNncWLrhbQeZ+oHKliE+Vo3PP5hnLTd5PhI22uOuV24c7iC4yWowa+MrRVr+FVXCejk0ViOjYmRz8HbRQxTQ==", "requires": { "eventemitter3": "^2.0.3", - "lodash": "^4.17.11" + "lodash": "^4.17.15" } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" }, "minimatch": { "version": "3.0.4", diff --git a/package.json b/package.json index 0d3f42c..dbc5f91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-node-lifx", - "version": "0.10.1", + "version": "0.10.2", "description": "Control LIFX lights using Node-RED.", "author": "jdomeij", "maintainers": [ @@ -35,12 +35,12 @@ "mocha": "^5.2.0" }, "dependencies": { - "async": "^2.6.1", + "async": "^2.6.3", "color-convert": "^1.9.2", "color-space": "^1.16.0", "color-temp": "0.0.2", "enum": "^2.5.0", - "lifx-lan-client": "^1.0.2", + "lifx-lan-client": "^1.0.3", "lodash": "^4.17.15" }, "scripts": {