Skip to content

Commit 0c5ab14

Browse files
committed
Fix mqtt version
1 parent 8075ba1 commit 0c5ab14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@arduino/cbor-js": "arduino/cbor-js",
1919
"jws": "^4.0.0",
20-
"mqtt": "^4.1.0",
20+
"mqtt": "4.1.0",
2121
"node-fetch": "^2.6.0",
2222
"rxjs": "^6.5.5",
2323
"whatwg-fetch": "^3.0.0"

0 commit comments

Comments
 (0)