Bump systeminformation from 4.27.11 to 5.3.1 in /cli #66

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/cli/systeminformation-5.3.1 into main
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 47e46e61ff - Show all commits

6
cli/package-lock.json generated
View File

@ -1553,9 +1553,9 @@
}
},
"systeminformation": {
"version": "4.27.11",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.27.11.tgz",
"integrity": "sha512-U7bigXbOnsB8k1vNHS0Y13RCsRz5/UohiUmND+3mMUL6vfzrpbe/h4ZqewowB+B+tJNnmGFDj08Z8xGfYo45dQ=="
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.3.1.tgz",
"integrity": "sha512-1xG+6xfKXSowtZsAlUp6jVaV0q+5rq9yUN+ds6Hp2dR3/EdEU5r0v74qi5YF8BCGZfmddiOwDNB0h7ge70fmYA=="
},
"tar-fs": {
"version": "2.0.0",

View File

@ -41,7 +41,7 @@
"serialport": "^8.0.5",
"settings": "file:lib/settings",
"spawn": "file:lib/spawn",
"systeminformation": "^4.27.11",
"systeminformation": "^5.3.1",
"uuid": "^3.3.3",
"winston": "^3.2.1"
},