Skip to content

Commit

Permalink
Fix read mac dep
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner committed Sep 9, 2023
1 parent d36a6ae commit 6c94c34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"local-network-scan": "^1.1.3",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"macaddress": "^0.5.3",
"miio": "^0.15.6",
"moment": "^2.23.0",
"morgan": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion backend/src/generated/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@
},
"contact": {
"name": "Haim Kastner",
"email": "haim.kastner@gmail.com",
"email": "hello@haim-kastner.com",
"url": "https://github.com/casanet/casanet-server"
}
},
Expand Down
5 changes: 5 additions & 0 deletions backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3888,6 +3888,11 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"

macaddress@^0.5.3:
version "0.5.3"
resolved "https://registry.yarnpkg.com/macaddress/-/macaddress-0.5.3.tgz#2b9d6832be934cb775749f30f57d6537184a2bda"
integrity sha512-vGBKTA+jwM4KgjGZ+S/8/Mkj9rWzePyGY6jManXPGhiWu63RYwW8dKPyk5koP+8qNVhPhHgFa1y/MJ4wrjsNrg==

make-dir@^1.0.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
Expand Down

0 comments on commit 6c94c34

Please sign in to comment.