From fba59d9fa3b568d187cd727af8c5e27cbad390a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 16:00:32 +0000 Subject: [PATCH] Bump macaddress from 0.2.8 to 0.2.9 in /ASPNetCoreReact/ASPNetCoreReact 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] --- ASPNetCoreReact/ASPNetCoreReact/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ASPNetCoreReact/ASPNetCoreReact/package-lock.json b/ASPNetCoreReact/ASPNetCoreReact/package-lock.json index 24c35a4..9f29cb2 100644 --- a/ASPNetCoreReact/ASPNetCoreReact/package-lock.json +++ b/ASPNetCoreReact/ASPNetCoreReact/package-lock.json @@ -2795,9 +2795,9 @@ } }, "macaddress": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/macaddress/-/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": {