From 9ca59d4720426054df6a58ecabf70802d5a74e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:53:02 +0000 Subject: [PATCH] chore(deps-dev): bump firestore-jest-mock from 0.20.0 to 0.25.0 Bumps [firestore-jest-mock](https://github.com/sbatson5/firestore-jest-mock) from 0.20.0 to 0.25.0. - [Commits](https://github.com/sbatson5/firestore-jest-mock/compare/v0.20.0...v0.25.0) --- updated-dependencies: - dependency-name: firestore-jest-mock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8cd3064..c18ac2e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-plugin-sort-keys-fix": "^1.1.2", "eslint-plugin-testing-library": "^6.2.2", "eslint-plugin-typescript-sort-keys": "^3.2.0", - "firestore-jest-mock": "^0.20.0", + "firestore-jest-mock": "^0.25.0", "husky": "^9.0.11", "jest": "^29.7.0", "lint-staged": "^15.2.5", diff --git a/yarn.lock b/yarn.lock index 242a1de..8aedcb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2992,10 +2992,10 @@ find-up@^5.0.0: locate-path "^6.0.0" path-exists "^4.0.0" -firestore-jest-mock@^0.20.0: - version "0.20.0" - resolved "https://registry.yarnpkg.com/firestore-jest-mock/-/firestore-jest-mock-0.20.0.tgz#11852fc69aa5ae6da3a045aab1e7faeb4e678af2" - integrity sha512-C2YmGy42DeDHp4w3deQ+xOJ6L2LhLcNXQ/rOacrqgwaFoBjQP6bbVJtVmFvgk6zdVKgXA4GNJpqIjjlJG9zo4Q== +firestore-jest-mock@^0.25.0: + version "0.25.0" + resolved "https://registry.yarnpkg.com/firestore-jest-mock/-/firestore-jest-mock-0.25.0.tgz#f388cf22fe52e1ad334a4b5a3834c944d7086e29" + integrity sha512-y1WtauwQTfKMzx84mCoL6HR8y42XB7NRs07kKXGXbH98nlYk1geVDdeshm4LgHRqb7URqpy6ShwR5b9QGHxHAQ== flat-cache@^3.0.4: version "3.0.4"