From 7a75b23b444e9051b25c05e111d4038b483db8af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 11:30:10 +0000 Subject: [PATCH] Bump epoll from 2.0.1 to 4.0.0 Bumps [epoll](https://github.com/fivdi/epoll) from 2.0.1 to 4.0.0. - [Release notes](https://github.com/fivdi/epoll/releases) - [Changelog](https://github.com/fivdi/epoll/blob/master/History.md) - [Commits](https://github.com/fivdi/epoll/compare/v2.0.1...v4.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 50 +++++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 43 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 472fe2f..2b31dce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -549,12 +549,22 @@ } }, "epoll": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/epoll/-/epoll-2.0.1.tgz", - "integrity": "sha512-BkaCu6dpfGZqiGockN6bf0pQYUdHNjKOWflOMuYNB+JnHq+SgpBQyWE7jWOWExsGVGp99A12R16WpoBZV/0UwQ==", + "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.3.0", - "nan": "^2.10.0" + "bindings": "^1.5.0", + "nan": "^2.14.1" + }, + "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" + } + } } }, "error-ex": { @@ -774,6 +784,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", @@ -1309,9 +1324,9 @@ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "nan": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz", - "integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==" + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz", + "integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==" }, "negotiator": { "version": "0.6.1", @@ -1442,6 +1457,25 @@ "requires": { "epoll": "^2.0.1", "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": "2.0.10", + "resolved": "https://registry.npmjs.org/epoll/-/epoll-2.0.10.tgz", + "integrity": "sha512-kx5y1SxivN99HjXDZpE/A73FHJV/dzRQt+qoF88CEza3RcEKGqNfkXPPY/oqVBV5w6G2N6b8xd5s5zprgrUVnQ==", + "requires": { + "bindings": "^1.5.0", + "nan": "^2.14.0" + } + } } }, "os-homedir": { diff --git a/package.json b/package.json index fe45b97..00810da 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "debug": "^4.1.1", "dotenv": "^5.0.1", "ejs": "^2.6.1", - "epoll": "^2.0.1", + "epoll": "^4.0.0", "express": "^4.17.1", "fs": "0.0.1-security", "morgan": "^1.9.1",