From 9e19c452bcc7f31a944dfceb32985a3da0265a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:40:15 +0000 Subject: [PATCH] chore(deps-dev): bump @sinonjs/fake-timers from 8.1.0 to 10.0.0 Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 8.1.0 to 10.0.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/v8.1.0...v10.0.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 914bf549f..4b3aaf5b9 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/runtime": "7.19.0", "@react-native-community/eslint-config": "^3.0.1", - "@sinonjs/fake-timers": "^8.0.1", + "@sinonjs/fake-timers": "^10.0.0", "@testing-library/react-native": "^11.0.0", "@types/mapbox-gl": "^2.7.5", "@types/react-native": ">=0.59.9",