From 0fc138f0929d3d2cc75643578648e9e330d9dc6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 03:09:27 +0000 Subject: [PATCH] Bump macaddress from 0.2.8 to 0.2.9 in /leyou-manage-web Bumps [macaddress](https://github.com/scravy/node-macaddress) from 0.2.8 to 0.2.9. - [Release notes](https://github.com/scravy/node-macaddress/releases) - [Commits](https://github.com/scravy/node-macaddress/compare/0.2.8...0.2.9) Signed-off-by: dependabot[bot] --- leyou-manage-web/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/leyou-manage-web/package-lock.json b/leyou-manage-web/package-lock.json index d1240a3..dd6a45a 100644 --- a/leyou-manage-web/package-lock.json +++ b/leyou-manage-web/package-lock.json @@ -5345,9 +5345,9 @@ } }, "macaddress": { - "version": "0.2.8", - "resolved": "http://registry.npm.taobao.org/macaddress/download/macaddress-0.2.8.tgz", - "integrity": "sha1-WQTcU3w57G2+/q6QIycTX6hRHxI=", + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/macaddress/-/macaddress-0.2.9.tgz", + "integrity": "sha512-k4F1JUof6cQXxNFzx3thLby4oJzXTXQueAOOts944Vqizn+Rjc2QNFenT9FJSLU1CH3PmrHRSyZs2E+Cqw+P2w==", "dev": true }, "make-dir": {