diff --git a/package-lock.json b/package-lock.json index cfbd54e..caaa7c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@liamcottle/meshcore.js": "^1.10.0", + "@liamcottle/meshcore.js": "^1.11.0", "yargs": "^18.0.0" }, "bin": { @@ -229,9 +229,9 @@ } }, "node_modules/@liamcottle/meshcore.js": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@liamcottle/meshcore.js/-/meshcore.js-1.10.0.tgz", - "integrity": "sha512-5fs21bi6yuPo2fGxfR+XgqskBowTBAqRbPVOhKyN97yUfAM2uXRpF8LtGEfxW9dwOOlpCx2MoOgVjQ9RAmXl5A==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@liamcottle/meshcore.js/-/meshcore.js-1.11.0.tgz", + "integrity": "sha512-UQe3MgdGr6vZV4N23dlAsvyCCb5+IR0X7j6uQkNgYwll2BENx5lkoxN1Y6T42mRvhpFr+5itHTsiRbWBXqCdeA==", "license": "MIT", "dependencies": { "@noble/curves": "^1.8.1", diff --git a/package.json b/package.json index de7fafa..38b9cb1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/Cyclenerd/meshcore-bot/issues" }, "dependencies": { - "@liamcottle/meshcore.js": "^1.10.0", + "@liamcottle/meshcore.js": "^1.11.0", "yargs": "^18.0.0" }, "description": "Command bot that connects to a MeshCore companion radio device via USB serial",