From 0b3ffdb4534b254ac5de8acf02e5b4591e2d92b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 20:01:47 +0000 Subject: [PATCH] deps: update signal-exit requirement from ^3.0.2 to ^3.0.7 Updates the requirements on [signal-exit](https://github.com/tapjs/signal-exit) to permit the latest version. - [Release notes](https://github.com/tapjs/signal-exit/releases) - [Changelog](https://github.com/tapjs/signal-exit/blob/master/CHANGELOG.md) - [Commits](https://github.com/tapjs/signal-exit/compare/v3.0.2...v3.0.7) --- updated-dependencies: - dependency-name: signal-exit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5297af2..821253b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "imurmurhash": "^0.1.4", "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", + "signal-exit": "^3.0.7", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": {