From 5f99bd9df7c9790349249e7e66a3bf62187a038e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Nov 2023 18:16:49 +0000 Subject: [PATCH] Update dependency jest-mock-extended to v3.0.5 (#343) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jest-mock-extended](https://github.com/marchaos/jest-mock-extended) | dependencies | patch | [`3.0.4` -> `3.0.5`](https://renovatebot.com/diffs/npm/jest-mock-extended/3.0.4/3.0.5) | --- ### Release Notes
marchaos/jest-mock-extended (jest-mock-extended) ### [`v3.0.5`](https://github.com/marchaos/jest-mock-extended/compare/18609501e1b78acfb9d3d522b61f9c03d67022a7...cc9a485623b1e148ceeda365746e9e70881cc534) [Compare Source](https://github.com/marchaos/jest-mock-extended/compare/18609501e1b78acfb9d3d522b61f9c03d67022a7...cc9a485623b1e148ceeda365746e9e70881cc534)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/343 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 9bf3b37..2f00f42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2998,9 +2998,9 @@ jest-message-util@^29.5.0: stack-utils "^2.0.3" jest-mock-extended@^3.0.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/jest-mock-extended/-/jest-mock-extended-3.0.4.tgz#12a5f993d27aa46232012c439a9b7c54f3b0a1fd" - integrity sha512-2ynEZ7IEJNrhrgshklDMhrOdnmW4Nt+PhkyRqZxRgpwMo7JjmFWMzyp0+eSyk+H9KK1QjXI5xTZIw6x7cVDcRg== + version "3.0.5" + resolved "https://registry.yarnpkg.com/jest-mock-extended/-/jest-mock-extended-3.0.5.tgz#ebf208e363f4f1db603b81fb005c4055b7c1c8b7" + integrity sha512-/eHdaNPUAXe7f65gHH5urc8SbRVWjYxBqmCgax2uqOBJy8UUcCBMN1upj1eZ8y/i+IqpyEm4Kq0VKss/GCCTdw== dependencies: ts-essentials "^7.0.3"