From 6af5e177ffa4e1d2d91bd21816bcda1a3ca6c5ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:20:06 +0000 Subject: [PATCH] Bump macaddress from 0.2.8 to 0.2.9 in /openhtf/output/web_gui 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) --- updated-dependencies: - dependency-name: macaddress dependency-type: indirect ... Signed-off-by: dependabot[bot] --- openhtf/output/web_gui/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhtf/output/web_gui/package-lock.json b/openhtf/output/web_gui/package-lock.json index e1d5eb352..60ef0c9c1 100644 --- a/openhtf/output/web_gui/package-lock.json +++ b/openhtf/output/web_gui/package-lock.json @@ -7827,7 +7827,7 @@ "macaddress": { "version": "0.2.8", "resolved": "https://registry.npmjs.org/macaddress/-/macaddress-0.2.8.tgz", - "integrity": "sha1-WQTcU3w57G2+/q6QIycTX6hRHxI=", + "integrity": "sha512-igFoAz9Ih4sE9MnJLA/3aS+GQeU5OUXKwV0JMIwyQtGqyNPdwJhcVdIDjFIFDeyaw7jdQvK1FxJv5GoNYkl6zA==", "dev": true }, "make-dir": {