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"