From 96c54e8439aaf014fa9a265abef7af3752648300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 14:34:30 +0000 Subject: [PATCH] build(deps-dev): bump @sinonjs/fake-timers from 6.0.1 to 11.2.2 Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 6.0.1 to 11.2.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/v6.0.1...v11.2.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 +- yarn.lock | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 79ed52cd30e..2188c774874 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "@babel/core": "^7.9.0", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@capacitor/cli": "^4.6.1", - "@sinonjs/fake-timers": "^6.0.1", + "@sinonjs/fake-timers": "^11.2.2", "@testing-library/dom": "^10.0.0", "@testing-library/jest-dom": "^5.14.0", "@testing-library/react": "^11.2.7", diff --git a/yarn.lock b/yarn.lock index fce0c1dd73d..fbe9d37f25d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2453,12 +2453,19 @@ dependencies: type-detect "4.0.8" -"@sinonjs/fake-timers@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40" - integrity sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA== +"@sinonjs/commons@^3.0.0": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd" + integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ== dependencies: - "@sinonjs/commons" "^1.7.0" + type-detect "4.0.8" + +"@sinonjs/fake-timers@^11.2.2": + version "11.2.2" + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699" + integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw== + dependencies: + "@sinonjs/commons" "^3.0.0" "@sinonjs/fake-timers@^8.0.1": version "8.1.0"