From f79325e03a1951dce0279887dcb9b2730f9e7452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 13:11:10 +0000 Subject: [PATCH] Bump p-timeout from 4.1.0 to 5.0.1 Bumps [p-timeout](https://github.com/sindresorhus/p-timeout) from 4.1.0 to 5.0.1. - [Release notes](https://github.com/sindresorhus/p-timeout/releases) - [Commits](https://github.com/sindresorhus/p-timeout/compare/v4.1.0...v5.0.1) --- updated-dependencies: - dependency-name: p-timeout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53c34f1..8e1f173 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "brolog": "^1.8.3", "json-rpc-peer": "^0.17.0", "moment": "^2.24.0", - "p-timeout": "^4.0.0", + "p-timeout": "^5.0.1", "request-ip": "^2.1.3", "ws": "^7.2.3" },