mirror of
https://github.com/unraid/api.git
synced 2026-01-07 09:10:05 -06:00
chore(deps): update @unraid/core to use correct mqqt version
This commit is contained in:
15
package-lock.json
generated
15
package-lock.json
generated
@@ -1174,7 +1174,7 @@
|
||||
}
|
||||
},
|
||||
"@unraid/core": {
|
||||
"version": "github:unraid/core#effe27bc8061c4ff04c9168aa4dd7bdeb39fa7e5",
|
||||
"version": "github:unraid/core#a7c286dbb398688b4a67005fd0d1941b306bf433",
|
||||
"from": "github:unraid/core#master",
|
||||
"requires": {
|
||||
"accesscontrol": "^2.2.1",
|
||||
@@ -1208,7 +1208,7 @@
|
||||
"map-obj": "^4.1.0",
|
||||
"micromongo": "0.3.0",
|
||||
"micromongo-class": "github:OmgImAlexis/micromongo-class#f98a9e1",
|
||||
"mqtt": "4.0.1",
|
||||
"mqtt": "github:OmgImAlexis/MQTT.js#master",
|
||||
"ms": "^2.1.2",
|
||||
"multi-ini": "^2.1.0",
|
||||
"mustache": "^4.0.1",
|
||||
@@ -11473,7 +11473,7 @@
|
||||
},
|
||||
"mqtt": {
|
||||
"version": "github:OmgImAlexis/MQTT.js#10dd30e805e5a81db661fd636d95594316ccea16",
|
||||
"from": "github:OmgImAlexis/MQTT.js",
|
||||
"from": "github:OmgImAlexis/MQTT.js#master",
|
||||
"requires": {
|
||||
"base64-js": "^1.3.0",
|
||||
"commist": "^1.0.0",
|
||||
@@ -16346,14 +16346,11 @@
|
||||
}
|
||||
},
|
||||
"istanbul-lib-instrument": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.1.tgz",
|
||||
"integrity": "sha512-imIchxnodll7pvQBYOqUu88EufLCU56LMeFPZZM/fJZ1irYcYdqroaV+ACK1Ila8ls09iEYArp+nqyC6lW1Vfg==",
|
||||
"version": "4.0.3",
|
||||
"resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",
|
||||
"integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==",
|
||||
"requires": {
|
||||
"@babel/core": "^7.7.5",
|
||||
"@babel/parser": "^7.7.5",
|
||||
"@babel/template": "^7.7.4",
|
||||
"@babel/traverse": "^7.7.4",
|
||||
"@istanbuljs/schema": "^0.1.2",
|
||||
"istanbul-lib-coverage": "^3.0.0",
|
||||
"semver": "^6.3.0"
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
"graphql-type-uuid": "^0.2.0",
|
||||
"lodash.get": "^4.4.2",
|
||||
"merge-graphql-schemas": "^1.7.8",
|
||||
"mqtt": "github:OmgImAlexis/MQTT.js",
|
||||
"node-cache": "5.1.0",
|
||||
"set-interval-async": "^1.0.32",
|
||||
"stoppable": "^1.1.0",
|
||||
|
||||
Reference in New Issue
Block a user