From 2e5dfb028ec569f788b9bd6b008c3c7d5576d8ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 01:04:46 +0000 Subject: [PATCH] Bump node-abort-controller from 1.2.1 to 2.0.0 Bumps [node-abort-controller](https://github.com/southpolesteve/node-abort-controller) from 1.2.1 to 2.0.0. - [Release notes](https://github.com/southpolesteve/node-abort-controller/releases) - [Changelog](https://github.com/southpolesteve/node-abort-controller/blob/master/CHANGELOG.md) - [Commits](https://github.com/southpolesteve/node-abort-controller/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f698c513b..bb5380328 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9948,9 +9948,9 @@ "dev": true }, "node-abort-controller": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-1.2.1.tgz", - "integrity": "sha512-79PYeJuj6S9+yOHirR0JBLFOgjB6sQCir10uN6xRx25iD+ZD4ULqgRn3MwWBRaQGB0vEgReJzWwJo42T1R6YbQ==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-2.0.0.tgz", + "integrity": "sha512-L8RfEgjBTHAISTuagw51PprVAqNZoG6KSB6LQ6H1bskMVkFs5E71IyjauLBv3XbuomJlguWF/VnRHdJ1gqiAqA==" }, "node-addon-api": { "version": "2.0.2", diff --git a/package.json b/package.json index 7aeb1734b..54ca60654 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "decimal.js": "^10.2.1", "fs": "0.0.1-security", "lzma": "^2.3.2", - "node-abort-controller": "^1.2.0", + "node-abort-controller": "^2.0.0", "save-file": "^2.3.1", "uuid": "^8.3.2", "web3": "^1.3.5",