From 2dd870c78d2f1016df14ba783ddb90ba568ae2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 14:07:19 +0000 Subject: [PATCH] build(deps-dev): bump @sinonjs/fake-timers from 8.1.0 to 9.1.1 Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 8.1.0 to 9.1.1. - [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.1) --- 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 7a6148060..d84092d38 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@babel/plugin-transform-runtime": "7.14.5", "@babel/runtime": "7.11.2", "@react-native-community/eslint-config": "^3.0.1", - "@sinonjs/fake-timers": "^8.0.1", + "@sinonjs/fake-timers": "^9.1.1", "@testing-library/react-native": "^7.2.0", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^4.14.0",