From 44551338c506433df6cc44a15709e05f6b647463 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:41:39 +0000 Subject: [PATCH] Bump onoff from 3.0.2 to 6.0.2 Bumps [onoff](https://github.com/fivdi/onoff) from 3.0.2 to 6.0.2. - [Release notes](https://github.com/fivdi/onoff/releases) - [Changelog](https://github.com/fivdi/onoff/blob/master/History.md) - [Commits](https://github.com/fivdi/onoff/compare/v3.0.2...v6.0.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 37 +++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 472fe2f..91184e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -774,6 +774,11 @@ "resolved": "https://registry.npmjs.org/file-exists/-/file-exists-2.0.0.tgz", "integrity": "sha1-okFQZlFQ5i1VvFRJKB2I0rCBDco=" }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==" + }, "finalhandler": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", @@ -1436,12 +1441,36 @@ } }, "onoff": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/onoff/-/onoff-3.0.2.tgz", - "integrity": "sha512-VvEKeGi5NRO/sT9cCYyHb8HCrEuk+IayzqPO/khYmFfCgnnEvUJGGW3s5zTS/24Q4+thV5XO7j/z3SYN13DtdQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/onoff/-/onoff-6.0.2.tgz", + "integrity": "sha512-jaffMtYtuGZEMh1T+FZDB9rv84YCm112JPJdUq8Qy2Rg+N3vYLvS+TFpMygvD2SB8Wl4Bl0XJ64LSDWPoh59qA==", "requires": { - "epoll": "^2.0.1", + "epoll": "^4.0.0", "lodash.debounce": "^4.0.8" + }, + "dependencies": { + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "requires": { + "file-uri-to-path": "1.0.0" + } + }, + "epoll": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/epoll/-/epoll-4.0.0.tgz", + "integrity": "sha512-dENZbykco5w/vsFHuhD/5zla9VHm3htP1ROoX9MCc6L/7LVqGPFfcGS/g+/+pQLUclKw4uR9HnaZmsZ6fi5n+Q==", + "requires": { + "bindings": "^1.5.0", + "nan": "^2.14.1" + } + }, + "nan": { + "version": "2.14.2", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz", + "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==" + } } }, "os-homedir": { diff --git a/package.json b/package.json index fe45b97..e969059 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "morgan": "^1.9.1", "node-autostart": "^3.0.3", "node-gyp": "^4.0.0", - "onoff": "^3.0.2", + "onoff": "^6.0.2", "socket.io": "^2.1.0", "socket.io-client": "^2.3.0" }