Install commander

This commit is contained in:
2024-11-14 18:45:14 +01:00
parent 58e5ac0b24
commit d69aaa50e0
2 changed files with 10 additions and 0 deletions

9
package-lock.json generated
View File

@@ -12,6 +12,7 @@
"@influxdata/influxdb-client": "^1.35.0",
"axios": "^1.7.7",
"axios-cookiejar-support": "^5.0.3",
"commander": "^12.1.0",
"dayjs": "^1.11.13",
"mqtt": "^5.10.1",
"tough-cookie": "^5.0.0",
@@ -582,6 +583,14 @@
"node": ">= 0.8"
}
},
"node_modules/commander": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
"engines": {
"node": ">=18"
}
},
"node_modules/commist": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/commist/-/commist-3.2.0.tgz",

View File

@@ -22,6 +22,7 @@
"@influxdata/influxdb-client": "^1.35.0",
"axios": "^1.7.7",
"axios-cookiejar-support": "^5.0.3",
"commander": "^12.1.0",
"dayjs": "^1.11.13",
"mqtt": "^5.10.1",
"tough-cookie": "^5.0.0",