From 5a2dd5c540a270ed5f38e42dfaef45010757a3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 05:05:23 +0000 Subject: [PATCH] build(deps-dev): bump p-timeout from 3.2.0 to 6.1.2 Bumps [p-timeout](https://github.com/sindresorhus/p-timeout) from 3.2.0 to 6.1.2. - [Release notes](https://github.com/sindresorhus/p-timeout/releases) - [Commits](https://github.com/sindresorhus/p-timeout/compare/v3.2.0...v6.1.2) --- 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 d5e312a6828..9fdaf33df8b 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "jsdom": "^22.1.0", "jsfuzz": "^1.0.15", "mocha": "^10.0.0", - "p-timeout": "^3.2.0", + "p-timeout": "^6.1.2", "pre-commit": "^1.2.2", "proxy": "^1.0.2", "proxyquire": "^2.1.3",