From 311799a0c82e434bbbde39a0a5dc81a297209712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jun 2021 06:48:10 +0100 Subject: [PATCH] Bump ts-auto-mock from 3.1.3 to 3.2.2 (#168) Bumps [ts-auto-mock](https://github.com/Typescript-TDD/ts-auto-mock) from 3.1.3 to 3.2.2. - [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.1.3...3.2.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1ab53d1c..9026607f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "jest-ts-auto-mock": "^2.0.0", "nock": "^13.1.0", "prettier": "^2.2.1", - "ts-auto-mock": "^3.1.3", + "ts-auto-mock": "^3.2.2", "ts-jest": "^26.5.6" }, "jest": { diff --git a/yarn.lock b/yarn.lock index c79fd346..9ed49bbe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4595,10 +4595,10 @@ triple-beam@^1.2.0, triple-beam@^1.3.0: resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9" integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw== -ts-auto-mock@^3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/ts-auto-mock/-/ts-auto-mock-3.1.3.tgz#c87783d46b8482d7fd2a122bae067330abcb5098" - integrity sha512-ua34j2QKVhWdobdbYFylC9b2hEFyTl4b8Hqp3HhIDrjkwSrLa8scVEB3/p5rxEubpJdgmSp6wRaLk+GOh8zEYQ== +ts-auto-mock@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/ts-auto-mock/-/ts-auto-mock-3.2.2.tgz#c426302b65909878b85f5809709592af34b81750" + integrity sha512-VXtrHPo9Q60Dy8YuqoZV/AbAFhhS2H0J833UBk7mcFOKFeyP8VRP7axgES0TwBbLuGwzEzY126aYObAG+ySGXg== dependencies: lodash-es "^4.17.21" micromatch "^4.0.4"