From 4a6ac14e3c2053e0843092fcf990387b643e99d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:55:58 +0000 Subject: [PATCH] build(deps-dev): bump @sinonjs/fake-timers from 7.1.2 to 11.1.0 Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 7.1.2 to 11.1.0. - [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...v11.1.0) --- 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 146887543bd..d0fa137e72d 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "devDependencies": { "@fastify/ajv-compiler-8": "github:fastify/ajv-compiler#ajv-8", "@hapi/joi": "^17.1.1", - "@sinonjs/fake-timers": "^7.0.0", + "@sinonjs/fake-timers": "^11.1.0", "@types/node": "^15.3.0", "@types/pino": "^6.0.1", "@typescript-eslint/eslint-plugin": "^4.5.0",