From 4a85620e47c89981b045adf0a3b652d2989c91a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Sep 2023 20:32:54 +0100 Subject: [PATCH] Update dependency jest-mock-extended to v3.0.5 (#83) 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) | devDependencies | 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/releases/tag/3.0.5) [Compare Source](https://github.com/marchaos/jest-mock-extended/compare/3.0.4...3.0.5) Fixed Deep Mock perf issue with https://github.com/marchaos/jest-mock-extended/pull/123
--- ### 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/random-bunny/pulls/83 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 f0716d6..1c7f212 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2981,9 +2981,9 @@ jest-message-util@^29.5.0: stack-utils "^2.0.3" jest-mock-extended@^3.0.3: - 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"