From 0c3812b70c7bcc2dc81fdb70ba6eb22ac61de543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:01:45 +0000 Subject: [PATCH] build(deps-dev): Bump @sinonjs/fake-timers from 11.3.1 to 13.0.1 (#379) Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 11.3.1 to 13.0.1. - [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/v11.3.1...v13.0.1) --- 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 a3be59c..81a34b9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/fastify/fastify-rate-limit#readme", "devDependencies": { "@fastify/pre-commit": "^2.1.0", - "@sinonjs/fake-timers": "^11.2.2", + "@sinonjs/fake-timers": "^13.0.1", "@types/node": "^22.0.0", "c8": "^10.1.2", "fastify": "^5.0.0-alpha.3",