From e1a6dccb139dab95de8f2bdc236d9748f583aa6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:19:08 +0000 Subject: [PATCH] Bump local-devices from 2.0.0 to 3.0.0 Bumps [local-devices](https://github.com/DylanPiercey/local-devices) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/DylanPiercey/local-devices/releases) - [Changelog](https://github.com/DylanPiercey/local-devices/blob/master/CHANGES.md) - [Commits](https://github.com/DylanPiercey/local-devices/compare/v2.0.0...v3.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a127a4..1a30c8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -438,9 +438,9 @@ } }, "local-devices": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/local-devices/-/local-devices-2.0.0.tgz", - "integrity": "sha512-1dGpXIy/ZrI3edVVGQ047HKEjGQbiYQnfSKhtmT1y4QgMWg9eavL5qxM5IqgbCTL6frkW4wA49WHLKAjzFo46Q==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/local-devices/-/local-devices-3.0.0.tgz", + "integrity": "sha512-pu4Ma/WfhGRMs+h7V1VLGE0LxU8TKMQFCJKZIVBZrUqbWB1ZBSdd4wRbEmKMw/S4/Sq/5NRv7ht9PC4XNts4mQ==", "requires": { "ip": "^1.1.5", "mz": "^2.7.0" @@ -705,9 +705,9 @@ "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" }, "thenify": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.0.tgz", - "integrity": "sha1-5p44obq+lpsBCCB5eLn2K4hgSDk=", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", "requires": { "any-promise": "^1.0.0" } diff --git a/package.json b/package.json index ff503ec..b13708f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "command-line-args": "^5.1.1", "express": "^4.17.1", - "local-devices": "^2.0.0", + "local-devices": "^3.0.0", "portscanner": "^2.2.0", "request": "^2.88.0" },