From b7b4f16160c70e369e5b81b7b05a51a8d4c51505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 10:00:52 +0000 Subject: [PATCH] Bump p-timeout from 5.1.0 to 6.1.1 Bumps [p-timeout](https://github.com/sindresorhus/p-timeout) from 5.1.0 to 6.1.1. - [Release notes](https://github.com/sindresorhus/p-timeout/releases) - [Commits](https://github.com/sindresorhus/p-timeout/compare/v5.1.0...v6.1.1) --- updated-dependencies: - dependency-name: p-timeout dependency-type: direct:development 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 4ea91fa5c..caf8db80c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "form-data": "^4.0.0", "formdata-node": "^3.5.4", "mocha": "^8.3.2", - "p-timeout": "^5.0.0", + "p-timeout": "^6.1.1", "tsd": "^0.14.0", "xo": "^0.39.1" },