From 5b98f2822a747b1f04408c5149f65968234665fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 11:17:07 +0000 Subject: [PATCH] Bump net-ping from 1.2.3 to 1.2.4 Bumps [net-ping](https://github.com/nospaceships/node-net-ping) from 1.2.3 to 1.2.4. - [Commits](https://github.com/nospaceships/node-net-ping/commits) --- updated-dependencies: - dependency-name: net-ping dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc29f9c..ad0ef57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "dependencies": { "@iobroker/adapter-core": "^3.0.4", "axios": "^1.6.7", + "net-ping": "^1.2.4", "node-arp": "^1.0.6", "node-ble": "^1.9.0", "ping": "^0.4.4", @@ -45,11 +46,11 @@ "typescript": "~5.3.3" }, "engines": { - "node": ">=16" + "node": ">=18" }, "optionalDependencies": { "@abandonware/noble": "1.9.2-23", - "net-ping": "^1.2.3" + "net-ping": "^1.2.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4355,9 +4356,9 @@ "dev": true }, "node_modules/net-ping": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/net-ping/-/net-ping-1.2.3.tgz", - "integrity": "sha512-ZKxj/kVPKL2RIsV9nR6I8nMT8Pi3k6ciTBKxD/6gd5lga9qcNmlyqNv+dbXqYGBvHsmG9yIpsfajr8X054x2fQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/net-ping/-/net-ping-1.2.4.tgz", + "integrity": "sha512-9IbIgPonxYj5HMkgCYXFqHF/pz462qsxA7RVLA6sI604eQyaecxVKl3yrDGHajjKZpUL1r2VBMwd0KVMnPO5Rw==", "optional": true, "dependencies": { "raw-socket": "*" @@ -9321,9 +9322,9 @@ "dev": true }, "net-ping": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/net-ping/-/net-ping-1.2.3.tgz", - "integrity": "sha512-ZKxj/kVPKL2RIsV9nR6I8nMT8Pi3k6ciTBKxD/6gd5lga9qcNmlyqNv+dbXqYGBvHsmG9yIpsfajr8X054x2fQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/net-ping/-/net-ping-1.2.4.tgz", + "integrity": "sha512-9IbIgPonxYj5HMkgCYXFqHF/pz462qsxA7RVLA6sI604eQyaecxVKl3yrDGHajjKZpUL1r2VBMwd0KVMnPO5Rw==", "optional": true, "requires": { "raw-socket": "*" diff --git a/package.json b/package.json index c3ef214..9b9b822 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "optionalDependencies": { "@abandonware/noble": "1.9.2-23", - "net-ping": "^1.2.3" + "net-ping": "^1.2.4" }, "main": "radar2.js", "scripts": {