From 5c35002e9ee448428a2e8d41d491b157ab701d3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:08:06 +0000 Subject: [PATCH] chore(deps): update dependency @sinonjs/fake-timers to v15.3.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5c7028d6..2063d128 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "create-external-adapter": "adapter-generator.js" }, "devDependencies": { - "@sinonjs/fake-timers": "15.1.1", + "@sinonjs/fake-timers": "15.3.1", "@types/node": "24.12.2", "@types/sinonjs__fake-timers": "15.0.1", "@types/ws": "8.18.1", diff --git a/yarn.lock b/yarn.lock index 914d0901..4c564d8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -320,10 +320,10 @@ dependencies: type-detect "4.0.8" -"@sinonjs/fake-timers@15.1.1": - version "15.1.1" - resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-15.1.1.tgz#e1a6f7171941aadcc31d2cea1744264d58b8b34c" - integrity sha512-cO5W33JgAPbOh07tvZjUOJ7oWhtaqGHiZw+11DPbyqh2kHTBc3eF/CjJDeQ4205RLQsX6rxCuYOroFQwl7JDRw== +"@sinonjs/fake-timers@15.3.1": + version "15.3.1" + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-15.3.1.tgz#f5db7ab6e0f4f9fe4647322613753c454042ba81" + integrity sha512-oDDGPn/4jD3viZLphixgu1jwT0bqIqP25FNXC5OkWrUqHZOF4wATtSyVzluOt4DqcMqSoKMClyhUllKSxpQCng== dependencies: "@sinonjs/commons" "^3.0.1"