From 1a6ffe6a2e516572e386501c34a1d93be0843560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 21:44:59 +0000 Subject: [PATCH] build(deps-dev): bump @sinonjs/fake-timers from 7.1.2 to 9.1.2 (#1378) Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 7.1.2 to 9.1.2. - [Release notes](https://github.com/sinonjs/fake-timers/releases) - [Changelog](https://github.com/sinonjs/fake-timers/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinonjs/fake-timers/compare/v7.1.2...v9.1.2) --- updated-dependencies: - dependency-name: "@sinonjs/fake-timers" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 854083cdf42..e65b3af64b9 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "fuzz": "jsfuzz test/fuzzing/fuzz.js corpus" }, "devDependencies": { - "@sinonjs/fake-timers": "^7.0.5", + "@sinonjs/fake-timers": "^9.1.2", "@types/node": "^16.9.1", "abort-controller": "^3.0.0", "busboy": "^0.3.1",