From b333da5c41cd8ba3ac4facb63ac7a2c405673c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 09:15:00 +0000 Subject: [PATCH] Bump @sinonjs/fake-timers from 11.3.1 to 13.0.2 Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 11.3.1 to 13.0.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/v11.3.1...v13.0.2) --- updated-dependencies: - dependency-name: "@sinonjs/fake-timers" 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 857c110..df66a08 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@mercuriusjs/federation": "^4.0.0", "@mercuriusjs/gateway": "^4.0.1", - "@sinonjs/fake-timers": "^11.2.2", + "@sinonjs/fake-timers": "^13.0.2", "@types/node": "^22.0.0", "@types/ws": "^8.5.10", "@typescript-eslint/eslint-plugin": "^5.30.3",