From d7cda9cc8feb0391e56c9ee0953b39eb1f794042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:13:28 +0000 Subject: [PATCH] chore(deps-dev): bump @sinonjs/fake-timers from 8.1.0 to 10.0.2 Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 8.1.0 to 10.0.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/v8.1.0...v10.0.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fb31b01c..0982c17d1 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/runtime": "7.19.0", "@react-native-community/eslint-config": "^3.2.0", - "@sinonjs/fake-timers": "^8.0.1", + "@sinonjs/fake-timers": "^10.0.2", "@testing-library/react-native": "^11.0.0", "@types/debounce": "^1.2.1", "@types/mapbox-gl": "^2.7.5",