From ec1e7fedf0f0ceb4d516e57953f3f8f5c11911bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 07:32:52 +0000 Subject: [PATCH] build(deps-dev): bump @sinonjs/fake-timers from 8.1.0 to 9.1.2 Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 8.1.0 to 9.1.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...v9.1.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 9fef883ac..b6189728a 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@babel/plugin-proposal-class-properties": "7.16.7", "@babel/runtime": "7.17.2", "@react-native-community/eslint-config": "^3.0.1", - "@sinonjs/fake-timers": "^8.0.1", + "@sinonjs/fake-timers": "^9.1.2", "@testing-library/react-native": "^8.0.0", "@types/mapbox-gl": "^2.7.5", "@types/react-native": ">=0.59.9",