From 14570afa70b5e13cb6a3387eef5be239743233b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 08:28:31 +0200 Subject: [PATCH] Bump ts-auto-mock from 3.3.5 to 3.3.6 (#743) Bumps [ts-auto-mock](https://github.com/Typescript-TDD/ts-auto-mock) from 3.3.5 to 3.3.6. - [Release notes](https://github.com/Typescript-TDD/ts-auto-mock/releases) - [Changelog](https://github.com/Typescript-TDD/ts-auto-mock/blob/master/CHANGELOG.md) - [Commits](https://github.com/Typescript-TDD/ts-auto-mock/compare/3.3.5...3.3.6) --- updated-dependencies: - dependency-name: ts-auto-mock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 0c82c18..79d746c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4738,9 +4738,9 @@ triple-beam@^1.2.0, triple-beam@^1.3.0: integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw== ts-auto-mock@^3.3.5: - version "3.3.5" - resolved "https://registry.yarnpkg.com/ts-auto-mock/-/ts-auto-mock-3.3.5.tgz#bf5ab6be965665e26c1b16df7a70bda63e86d37a" - integrity sha512-V1i2DrEjDHEtjlJi6kaMH/n8NGyX3iat8oIUh1rymhULBboWyBqv6cCogej9S2ZXBd1PM8vaPwS3J6ooM7beTw== + version "3.3.6" + resolved "https://registry.yarnpkg.com/ts-auto-mock/-/ts-auto-mock-3.3.6.tgz#6fd4c1ab6a280566a717cd62958a575dd1313d33" + integrity sha512-IFApl/ZKdU/UtR0yoKhZgwtEEsO9UWE4bezFEqBppRvFvPtAutoYL1AzDoC3jjlFrc/InTN7/Z22R5cVZDgdtQ== dependencies: lodash-es "^4.17.21" micromatch "^4.0.4"